Html Css Color HEX #96B65E Chelsea Cucumber

📋 copy color: '#96B65E'

red 150 ◦ green 182 ◦ blue 94

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

Shades of Chelsea Cucumber #96B65E

Tints of Chelsea Cucumber #96B65E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.72%

 BLUE value IS 94 (37.11% from 255) = 22.07%

R = 35.21%
G = 42.72%
B = 22.07%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#96B65E (or 0x96B65E) is known color: Chelsea Cucumber. HEX triplet: 96, B6 and 5E. RGB value is (150,182,94). Sum of RGB (Red+Green+Blue) = 150+182+94=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 182 (71.48% from 255 or 42.72% from 426); Blue value is 94 (37.11% from 255 or 22.07% from 426); Max value from RGB is 182 - color contains mainly: green. Hex color #96B65E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B65E is #6949A1. Grayscale: #A2A2A2. Windows color (decimal): -6900130 or 6207126. OLE color: 6207126.

HSL color Cylindrical-coordinate representation of color #96B65E: hue angle of 81.82º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #96B65E is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 150 182 94 -
CMYK 0.18 0 0.48 0.29
HSL 81.82º 0.38% 0.54% -
HSV(B) 81.82º 0.48% 0.71% -
XYZ 31.33 40.75 16.8 -
YUV 162.4 89.4 119.16 -
System Red Green Blue C M Y K H S L
Decimal 150 182 94 0.18 0 0.48 0.29 81.82 0.38 0.54
Hex 96 B6 5E 12 0 30 1D 52 26 36
Octal 226 266 136 22 0 60 35 122 46 66
Binary 10010110 10110110 1011110 10010 0 110000 11101 1010010 100110 110110

Color Harmonies of #96B65E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B65E

Black with #96B65E

Text Example


Text Example

White with #96B65E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,182,94); }

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

background-color css

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

 a { background-color: rgb(150,182,94); }

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

border-color css

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

 span { border-color: rgb(150,182,94); }

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