Html Css Color HEX #96B65F Chelsea Cucumber

📋 copy color: '#96B65F'

red 150 ◦ green 182 ◦ blue 95

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

Shades of Chelsea Cucumber #96B65F

Tints of Chelsea Cucumber #96B65F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.25%

R = 35.13%
G = 42.62%
B = 22.25%

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

#96B65F (or 0x96B65F) is known color: Chelsea Cucumber. HEX triplet: 96, B6 and 5F. RGB value is (150,182,95). Sum of RGB (Red+Green+Blue) = 150+182+95=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 182 (71.48% from 255 or 42.62% from 427); Blue value is 95 (37.5% from 255 or 22.25% from 427); Max value from RGB is 182 - color contains mainly: green. Hex color #96B65F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B65F is #6949A0. Grayscale: #A2A2A2. Windows color (decimal): -6900129 or 6272662. OLE color: 6272662.

HSL color Cylindrical-coordinate representation of color #96B65F: hue angle of 82.07º degrees, saturation: 0.37, 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 #96B65F is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 150 182 95 -
CMYK 0.18 0 0.48 0.29
HSL 82.07º 0.37% 0.54% -
HSV(B) 82.07º 0.48% 0.71% -
XYZ 31.37 40.77 17.04 -
YUV 162.51 89.9 119.07 -
System Red Green Blue C M Y K H S L
Decimal 150 182 95 0.18 0 0.48 0.29 82.07 0.37 0.54
Hex 96 B6 5F 12 0 30 1D 52 25 36
Octal 226 266 137 22 0 60 35 122 45 66
Binary 10010110 10110110 1011111 10010 0 110000 11101 1010010 100101 110110

Color Harmonies of #96B65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B65F

Black with #96B65F

Text Example


Text Example

White with #96B65F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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