Html Css Color HEX #96BE56 Chelsea Cucumber

📋 copy color: '#96BE56'

red 150 ◦ green 190 ◦ blue 86

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

Shades of Chelsea Cucumber #96BE56

Tints of Chelsea Cucumber #96BE56

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.6%

 BLUE value IS 86 (33.98% from 255) = 20.19%

R = 35.21%
G = 44.6%
B = 20.19%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#96BE56 (or 0x96BE56) is known color: Chelsea Cucumber. HEX triplet: 96, BE and 56. RGB value is (150,190,86). Sum of RGB (Red+Green+Blue) = 150+190+86=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 190 (74.61% from 255 or 44.60% from 426); Blue value is 86 (33.98% from 255 or 20.19% from 426); Max value from RGB is 190 - color contains mainly: green. Hex color #96BE56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BE56 is #6941A9. Grayscale: #A6A6A6. Windows color (decimal): -6898090 or 5684886. OLE color: 5684886.

HSL color Cylindrical-coordinate representation of color #96BE56: hue angle of 83.08º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #96BE56 is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 190 86 -
CMYK 0.21 0 0.55 0.25
HSL 83.08º 0.44% 0.54% -
HSV(B) 83.08º 0.55% 0.75% -
XYZ 32.67 43.98 15.57 -
YUV 166.18 82.75 116.46 -
System Red Green Blue C M Y K H S L
Decimal 150 190 86 0.21 0 0.55 0.25 83.08 0.44 0.54
Hex 96 BE 56 15 0 37 19 53 2C 36
Octal 226 276 126 25 0 67 31 123 54 66
Binary 10010110 10111110 1010110 10101 0 110111 11001 1010011 101100 110110

Color Harmonies of #96BE56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BE56

Black with #96BE56

Text Example


Text Example

White with #96BE56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,190,86); }

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

background-color css

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

 a { background-color: rgb(150,190,86); }

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

border-color css

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

 span { border-color: rgb(150,190,86); }

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