Html Css Color HEX #96BC51 Chelsea Cucumber

📋 copy color: '#96BC51'

red 150 ◦ green 188 ◦ blue 81

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

Shades of Chelsea Cucumber #96BC51

Tints of Chelsea Cucumber #96BC51

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.87%

 BLUE value IS 81 (32.03% from 255) = 19.33%

R = 35.8%
G = 44.87%
B = 19.33%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#96BC51 (or 0x96BC51) is known color: Chelsea Cucumber. HEX triplet: 96, BC and 51. RGB value is (150,188,81). Sum of RGB (Red+Green+Blue) = 150+188+81=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 188 (73.83% from 255 or 44.87% from 419); Blue value is 81 (32.03% from 255 or 19.33% from 419); Max value from RGB is 188 - color contains mainly: green. Hex color #96BC51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BC51 is #6943AE. Grayscale: #A4A4A4. Windows color (decimal): -6898607 or 5356694. OLE color: 5356694.

HSL color Cylindrical-coordinate representation of color #96BC51: hue angle of 81.31º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #96BC51 is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 188 81 -
CMYK 0.20 0 0.57 0.26
HSL 81.31º 0.44% 0.53% -
HSV(B) 81.31º 0.57% 0.74% -
XYZ 32.05 43.04 14.4 -
YUV 164.44 80.91 117.7 -
System Red Green Blue C M Y K H S L
Decimal 150 188 81 0.20 0 0.57 0.26 81.31 0.44 0.53
Hex 96 BC 51 14 0 39 1A 51 2C 35
Octal 226 274 121 24 0 71 32 121 54 65
Binary 10010110 10111100 1010001 10100 0 111001 11010 1010001 101100 110101

Color Harmonies of #96BC51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BC51

Black with #96BC51

Text Example


Text Example

White with #96BC51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,188,81); }

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

background-color css

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

 a { background-color: rgb(150,188,81); }

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

border-color css

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

 span { border-color: rgb(150,188,81); }

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