Html Css Color HEX #96B954 Chelsea Cucumber

📋 copy color: '#96B954'

red 150 ◦ green 185 ◦ blue 84

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

Shades of Chelsea Cucumber #96B954

Tints of Chelsea Cucumber #96B954

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.15%

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

R = 35.8%
G = 44.15%
B = 20.05%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#96B954 (or 0x96B954) is known color: Chelsea Cucumber. HEX triplet: 96, B9 and 54. RGB value is (150,185,84). Sum of RGB (Red+Green+Blue) = 150+185+84=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 185 (72.66% from 255 or 44.15% from 419); Blue value is 84 (33.20% from 255 or 20.05% from 419); Max value from RGB is 185 - color contains mainly: green. Hex color #96B954 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B954 is #6946AB. Grayscale: #A3A3A3. Windows color (decimal): -6899372 or 5552534. OLE color: 5552534.

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

Color convert

RGB 150 185 84 -
CMYK 0.19 0 0.55 0.27
HSL 80.79º 0.42% 0.53% -
HSV(B) 80.79º 0.55% 0.73% -
XYZ 31.53 41.82 14.8 -
YUV 163.02 83.4 118.71 -
System Red Green Blue C M Y K H S L
Decimal 150 185 84 0.19 0 0.55 0.27 80.79 0.42 0.53
Hex 96 B9 54 13 0 37 1B 51 2A 35
Octal 226 271 124 23 0 67 33 121 52 65
Binary 10010110 10111001 1010100 10011 0 110111 11011 1010001 101010 110101

Color Harmonies of #96B954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B954

Black with #96B954

Text Example


Text Example

White with #96B954

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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