Html Css Color HEX #96B24D Chelsea Cucumber

📋 copy color: '#96B24D'

red 150 ◦ green 178 ◦ blue 77

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

Shades of Chelsea Cucumber #96B24D

Tints of Chelsea Cucumber #96B24D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.95%

 BLUE value IS 77 (30.47% from 255) = 19.01%

R = 37.04%
G = 43.95%
B = 19.01%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#96B24D (or 0x96B24D) is known color: Chelsea Cucumber. HEX triplet: 96, B2 and 4D. RGB value is (150,178,77). Sum of RGB (Red+Green+Blue) = 150+178+77=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 178 (69.92% from 255 or 43.95% from 405); Blue value is 77 (30.47% from 255 or 19.01% from 405); Max value from RGB is 178 - color contains mainly: green. Hex color #96B24D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96B24D is #694DB2. Grayscale: #9E9E9E. Windows color (decimal): -6901171 or 5091990. OLE color: 5091990.

HSL color Cylindrical-coordinate representation of color #96B24D: hue angle of 76.63º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #96B24D is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB 150 178 77 -
CMYK 0.16 0 0.57 0.30
HSL 76.63º 0.4% 0.5% -
HSV(B) 76.63º 0.57% 0.7% -
XYZ 29.84 38.86 12.95 -
YUV 158.11 82.22 122.21 -
System Red Green Blue C M Y K H S L
Decimal 150 178 77 0.16 0 0.57 0.30 76.63 0.4 0.5
Hex 96 B2 4D 10 0 39 1E 4D 28 32
Octal 226 262 115 20 0 71 36 115 50 62
Binary 10010110 10110010 1001101 10000 0 111001 11110 1001101 101000 110010

Color Harmonies of #96B24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B24D

Black with #96B24D

Text Example


Text Example

White with #96B24D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,178,77); }

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

background-color css

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

 a { background-color: rgb(150,178,77); }

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

border-color css

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

 span { border-color: rgb(150,178,77); }

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