Html Css Color HEX #96B85C Chelsea Cucumber

📋 copy color: '#96B85C'

red 150 ◦ green 184 ◦ blue 92

#96B85C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chelsea Cucumber #96B85C

Tints of Chelsea Cucumber #96B85C

RGB

 RED value IS 150 (58.98% from 255) = 35.21%

 GREEN value IS 184 (72.27% from 255) = 43.19%

 BLUE value IS 92 (36.33% from 255) = 21.6%

R = 35.21%
G = 43.19%
B = 21.6%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#96B85C (or 0x96B85C) is known color: Chelsea Cucumber. HEX triplet: 96, B8 and 5C. RGB value is (150,184,92). Sum of RGB (Red+Green+Blue) = 150+184+92=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 184 (72.27% from 255 or 43.19% from 426); Blue value is 92 (36.33% from 255 or 21.60% from 426); Max value from RGB is 184 - color contains mainly: green. Hex color #96B85C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B85C is #6947A3. Grayscale: #A3A3A3. Windows color (decimal): -6899620 or 6076566. OLE color: 6076566.

HSL color Cylindrical-coordinate representation of color #96B85C: hue angle of 82.17º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #96B85C is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB 150 184 92 -
CMYK 0.18 0 0.50 0.28
HSL 82.17º 0.39% 0.54% -
HSV(B) 82.17º 0.5% 0.72% -
XYZ 31.65 41.54 16.47 -
YUV 163.35 87.74 118.48 -
System Red Green Blue C M Y K H S L
Decimal 150 184 92 0.18 0 0.50 0.28 82.17 0.39 0.54
Hex 96 B8 5C 12 0 32 1C 52 27 36
Octal 226 270 134 22 0 62 34 122 47 66
Binary 10010110 10111000 1011100 10010 0 110010 11100 1010010 100111 110110

Color Harmonies of #96B85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B85C

Black with #96B85C

Text Example


Text Example

White with #96B85C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96B85C; }

 p { color: rgb(150,184,92); }

 H1.HeaderClassName
 {
   color: #96B85C;
 }
 .AnyTagClassName
 {
   color: #96B85C;
 }
</style>

background-color css

<style>
 a { background-color: #96B85C; }

 a { background-color: rgb(150,184,92); }

 div.DivClassName
 {
   background-color: #96B85C;
 }
 .BgClassName
 {
   background-color: #96B85C;
 }
</style>

border-color css

<style>
 span { border-color: #96B85C; }

 span { border-color: rgb(150,184,92); }

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