#95B34A

Color #95B34A Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #95B34A

Tints of Chelsea Cucumber #95B34A

Color information

#95B34A (or 0x95B34A) is unknown color: approx Chelsea Cucumber. HEX triplet: 95, B3 and 4A. RGB value is (149,179,74). Sum of RGB (Red+Green+Blue) = 149+179+74=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 179 (70.31% from 255 or 44.53% from 402); Blue value is 74 (29.30% from 255 or 18.41% from 402); Max value from RGB is 179 - color contains mainly: green. Hex color #95B34A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95B34A is #6A4CB5. Grayscale: #9E9E9E. Windows color (decimal): -6966454 or 4895637. OLE color: 4895637.

HSL color Cylindrical-coordinate representation of color #95B34A: hue angle of 77.14º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #95B34A is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB14917974-
CMYK0.1700.590.30
HSL77.14º41.5%49.61%-
HSV(B)77.14º58.66%70.2%-
XYZ29.7539.1212.46-
YUV158.0680.56121.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 37.06%
GREEN value IS 179 (70.31% from 255) = 44.53%
BLUE value IS 74 (29.30% from 255) = 18.41%
R=37.06%
G=44.53%
B=18.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal149179740.1700.590.3077.1441.549.61
Hex95B34A1103B1E4d2a32
Octal22526311221073361155262
Binary10010101101100111001010100010111011111101001101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B34A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95B34A; }

 p { color: rgb(149,179,74); }

 H1.HeaderClassName
 {
   color: #95B34A;
 }
 .AnyTagClassName
 {
   color: #95B34A;
 }
</style>
background-color css

<style>
 a { background-color: #95B34A; }

 a { background-color: rgb(149,179,74); }

 div.DivClassName
 {
   background-color: #95B34A;
 }
 .BgClassName
 {
   background-color: #95B34A;
 }
</style>
border-color css

<style>
 span { border-color: #95B34A; }

 span { border-color: rgb(149,179,74); }

 td.TdClassName
 {
   border-color: #95B34A;
 }
 .TagClassName
 {
   border-color: #95B34A;
 }
</style>