Html Css Color HEX #96B950 Chelsea Cucumber

📋 copy color: '#96B950'

red 150 ◦ green 185 ◦ blue 80

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

Shades of Chelsea Cucumber #96B950

Tints of Chelsea Cucumber #96B950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.28%

R = 36.14%
G = 44.58%
B = 19.28%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#96B950 (or 0x96B950) is known color: Chelsea Cucumber. HEX triplet: 96, B9 and 50. RGB value is (150,185,80). Sum of RGB (Red+Green+Blue) = 150+185+80=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 185 (72.66% from 255 or 44.58% from 415); Blue value is 80 (31.64% from 255 or 19.28% from 415); Max value from RGB is 185 - color contains mainly: green. Hex color #96B950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B950 is #6946AF. Grayscale: #A2A2A2. Windows color (decimal): -6899376 or 5290390. OLE color: 5290390.

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

Color convert

RGB 150 185 80 -
CMYK 0.19 0 0.57 0.27
HSL 80º 0.43% 0.52% -
HSV(B) 80º 0.57% 0.73% -
XYZ 31.37 41.76 14 -
YUV 162.57 81.4 119.04 -
System Red Green Blue C M Y K H S L
Decimal 150 185 80 0.19 0 0.57 0.27 80 0.43 0.52
Hex 96 B9 50 13 0 39 1B 50 2B 34
Octal 226 271 120 23 0 71 33 120 53 64
Binary 10010110 10111001 1010000 10011 0 111001 11011 1010000 101011 110100

Color Harmonies of #96B950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B950

Black with #96B950

Text Example


Text Example

White with #96B950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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