Html Css Color HEX #96BA51 Chelsea Cucumber

📋 copy color: '#96BA51'

red 150 ◦ green 186 ◦ blue 81

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

Shades of Chelsea Cucumber #96BA51

Tints of Chelsea Cucumber #96BA51

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.6%

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

R = 35.97%
G = 44.6%
B = 19.42%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#96BA51 (or 0x96BA51) is known color: Chelsea Cucumber. HEX triplet: 96, BA and 51. RGB value is (150,186,81). Sum of RGB (Red+Green+Blue) = 150+186+81=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 81 (32.03% from 255 or 19.42% from 417); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BA51 is #6945AE. Grayscale: #A3A3A3. Windows color (decimal): -6899119 or 5356182. OLE color: 5356182.

HSL color Cylindrical-coordinate representation of color #96BA51: hue angle of 80.57º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #96BA51 is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 186 81 -
CMYK 0.19 0 0.56 0.27
HSL 80.57º 0.43% 0.52% -
HSV(B) 80.57º 0.56% 0.73% -
XYZ 31.62 42.2 14.26 -
YUV 163.27 81.57 118.54 -
System Red Green Blue C M Y K H S L
Decimal 150 186 81 0.19 0 0.56 0.27 80.57 0.43 0.52
Hex 96 BA 51 13 0 38 1B 51 2B 34
Octal 226 272 121 23 0 70 33 121 53 64
Binary 10010110 10111010 1010001 10011 0 111000 11011 1010001 101011 110100

Color Harmonies of #96BA51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BA51

Black with #96BA51

Text Example


Text Example

White with #96BA51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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