Html Css Color HEX #96BC54 Chelsea Cucumber

📋 copy color: '#96BC54'

red 150 ◦ green 188 ◦ blue 84

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

Shades of Chelsea Cucumber #96BC54

Tints of Chelsea Cucumber #96BC54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 19.91%

R = 35.55%
G = 44.55%
B = 19.91%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#96BC54 (or 0x96BC54) is known color: Chelsea Cucumber. HEX triplet: 96, BC and 54. RGB value is (150,188,84). Sum of RGB (Red+Green+Blue) = 150+188+84=422 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.55% from 422); Green value is 188 (73.83% from 255 or 44.55% from 422); Blue value is 84 (33.20% from 255 or 19.91% from 422); Max value from RGB is 188 - color contains mainly: green. Hex color #96BC54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BC54 is #6943AB. Grayscale: #A5A5A5. Windows color (decimal): -6898604 or 5553302. OLE color: 5553302.

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

Color convert

RGB 150 188 84 -
CMYK 0.20 0 0.55 0.26
HSL 81.92º 0.44% 0.53% -
HSV(B) 81.92º 0.55% 0.74% -
XYZ 32.16 43.09 15.01 -
YUV 164.78 82.41 117.46 -
System Red Green Blue C M Y K H S L
Decimal 150 188 84 0.20 0 0.55 0.26 81.92 0.44 0.53
Hex 96 BC 54 14 0 37 1A 52 2C 35
Octal 226 274 124 24 0 67 32 122 54 65
Binary 10010110 10111100 1010100 10100 0 110111 11010 1010010 101100 110101

Color Harmonies of #96BC54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BC54

Black with #96BC54

Text Example


Text Example

White with #96BC54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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