Html Css Color HEX #96B54E Chelsea Cucumber

📋 copy color: '#96B54E'

red 150 ◦ green 181 ◦ blue 78

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

Shades of Chelsea Cucumber #96B54E

Tints of Chelsea Cucumber #96B54E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.25%

 BLUE value IS 78 (30.86% from 255) = 19.07%

R = 36.67%
G = 44.25%
B = 19.07%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#96B54E (or 0x96B54E) is known color: Chelsea Cucumber. HEX triplet: 96, B5 and 4E. RGB value is (150,181,78). Sum of RGB (Red+Green+Blue) = 150+181+78=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 181 (71.09% from 255 or 44.25% from 409); Blue value is 78 (30.86% from 255 or 19.07% from 409); Max value from RGB is 181 - color contains mainly: green. Hex color #96B54E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B54E is #694AB1. Grayscale: #A0A0A0. Windows color (decimal): -6900402 or 5158294. OLE color: 5158294.

HSL color Cylindrical-coordinate representation of color #96B54E: hue angle of 78.06º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #96B54E is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB 150 181 78 -
CMYK 0.17 0 0.57 0.29
HSL 78.06º 0.41% 0.51% -
HSV(B) 78.06º 0.57% 0.71% -
XYZ 30.48 40.08 13.34 -
YUV 159.99 81.73 120.88 -
System Red Green Blue C M Y K H S L
Decimal 150 181 78 0.17 0 0.57 0.29 78.06 0.41 0.51
Hex 96 B5 4E 11 0 39 1D 4E 29 33
Octal 226 265 116 21 0 71 35 116 51 63
Binary 10010110 10110101 1001110 10001 0 111001 11101 1001110 101001 110011

Color Harmonies of #96B54E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B54E

Black with #96B54E

Text Example


Text Example

White with #96B54E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,181,78); }

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

background-color css

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

 a { background-color: rgb(150,181,78); }

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

border-color css

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

 span { border-color: rgb(150,181,78); }

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