Html Css Color HEX #96B24B Chelsea Cucumber

📋 copy color: '#96B24B'

red 150 ◦ green 178 ◦ blue 75

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

Shades of Chelsea Cucumber #96B24B

Tints of Chelsea Cucumber #96B24B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.61%

R = 37.22%
G = 44.17%
B = 18.61%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#96B24B (or 0x96B24B) is known color: Chelsea Cucumber. HEX triplet: 96, B2 and 4B. RGB value is (150,178,75). Sum of RGB (Red+Green+Blue) = 150+178+75=403 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.22% from 403); Green value is 178 (69.92% from 255 or 44.17% from 403); Blue value is 75 (29.69% from 255 or 18.61% from 403); Max value from RGB is 178 - color contains mainly: green. Hex color #96B24B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96B24B is #694DB4. Grayscale: #9E9E9E. Windows color (decimal): -6901173 or 4960918. OLE color: 4960918.

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

Color convert

RGB 150 178 75 -
CMYK 0.16 0 0.58 0.30
HSL 76.31º 0.41% 0.5% -
HSV(B) 76.31º 0.58% 0.7% -
XYZ 29.77 38.83 12.58 -
YUV 157.89 81.22 122.38 -
System Red Green Blue C M Y K H S L
Decimal 150 178 75 0.16 0 0.58 0.30 76.31 0.41 0.5
Hex 96 B2 4B 10 0 3A 1E 4C 29 32
Octal 226 262 113 20 0 72 36 114 51 62
Binary 10010110 10110010 1001011 10000 0 111010 11110 1001100 101001 110010

Color Harmonies of #96B24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B24B

Black with #96B24B

Text Example


Text Example

White with #96B24B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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