Html Css Color HEX #96B84D Chelsea Cucumber

📋 copy color: '#96B84D'

red 150 ◦ green 184 ◦ blue 77

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

Shades of Chelsea Cucumber #96B84D

Tints of Chelsea Cucumber #96B84D

RGB

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

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

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

R = 36.5%
G = 44.77%
B = 18.73%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#96B84D (or 0x96B84D) is known color: Chelsea Cucumber. HEX triplet: 96, B8 and 4D. RGB value is (150,184,77). Sum of RGB (Red+Green+Blue) = 150+184+77=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 184 (72.27% from 255 or 44.77% from 411); Blue value is 77 (30.47% from 255 or 18.73% from 411); Max value from RGB is 184 - color contains mainly: green. Hex color #96B84D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B84D is #6947B2. Grayscale: #A2A2A2. Windows color (decimal): -6899635 or 5093526. OLE color: 5093526.

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

Color convert

RGB 150 184 77 -
CMYK 0.18 0 0.58 0.28
HSL 79.07º 0.43% 0.51% -
HSV(B) 79.07º 0.58% 0.72% -
XYZ 31.06 41.3 13.36 -
YUV 161.64 80.24 119.7 -
System Red Green Blue C M Y K H S L
Decimal 150 184 77 0.18 0 0.58 0.28 79.07 0.43 0.51
Hex 96 B8 4D 12 0 3A 1C 4F 2B 33
Octal 226 270 115 22 0 72 34 117 53 63
Binary 10010110 10111000 1001101 10010 0 111010 11100 1001111 101011 110011

Color Harmonies of #96B84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B84D

Black with #96B84D

Text Example


Text Example

White with #96B84D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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