Html Css Color HEX #96B84A Chelsea Cucumber

📋 copy color: '#96B84A'

red 150 ◦ green 184 ◦ blue 74

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

Shades of Chelsea Cucumber #96B84A

Tints of Chelsea Cucumber #96B84A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 45.1%

 BLUE value IS 74 (29.3% from 255) = 18.14%

R = 36.76%
G = 45.1%
B = 18.14%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#96B84A (or 0x96B84A) is known color: Chelsea Cucumber. HEX triplet: 96, B8 and 4A. RGB value is (150,184,74). Sum of RGB (Red+Green+Blue) = 150+184+74=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 184 (72.27% from 255 or 45.10% from 408); Blue value is 74 (29.30% from 255 or 18.14% from 408); Max value from RGB is 184 - color contains mainly: green. Hex color #96B84A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B84A is #6947B5. Grayscale: #A1A1A1. Windows color (decimal): -6899638 or 4896918. OLE color: 4896918.

HSL color Cylindrical-coordinate representation of color #96B84A: hue angle of 78.55º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #96B84A is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 150 184 74 -
CMYK 0.18 0 0.60 0.28
HSL 78.55º 0.44% 0.51% -
HSV(B) 78.55º 0.6% 0.72% -
XYZ 30.95 41.26 12.81 -
YUV 161.29 78.74 119.94 -
System Red Green Blue C M Y K H S L
Decimal 150 184 74 0.18 0 0.60 0.28 78.55 0.44 0.51
Hex 96 B8 4A 12 0 3C 1C 4F 2C 33
Octal 226 270 112 22 0 74 34 117 54 63
Binary 10010110 10111000 1001010 10010 0 111100 11100 1001111 101100 110011

Color Harmonies of #96B84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B84A

Black with #96B84A

Text Example


Text Example

White with #96B84A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,184,74); }

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

background-color css

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

 a { background-color: rgb(150,184,74); }

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

border-color css

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

 span { border-color: rgb(150,184,74); }

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