Html Css Color HEX #96C053 Chelsea Cucumber

📋 copy color: '#96C053'

red 150 ◦ green 192 ◦ blue 83

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

Shades of Chelsea Cucumber #96C053

Tints of Chelsea Cucumber #96C053

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.18%

 BLUE value IS 83 (32.81% from 255) = 19.53%

R = 35.29%
G = 45.18%
B = 19.53%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#96C053 (or 0x96C053) is known color: Chelsea Cucumber. HEX triplet: 96, C0 and 53. RGB value is (150,192,83). Sum of RGB (Red+Green+Blue) = 150+192+83=425 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.29% from 425); Green value is 192 (75.39% from 255 or 45.18% from 425); Blue value is 83 (32.81% from 255 or 19.53% from 425); Max value from RGB is 192 - color contains mainly: green. Hex color #96C053 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C053 is #693FAC. Grayscale: #A7A7A7. Windows color (decimal): -6897581 or 5488790. OLE color: 5488790.

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

Color convert

RGB 150 192 83 -
CMYK 0.22 0 0.57 0.25
HSL 83.12º 0.46% 0.54% -
HSV(B) 83.12º 0.57% 0.75% -
XYZ 32.99 44.81 15.09 -
YUV 167.02 80.59 115.86 -
System Red Green Blue C M Y K H S L
Decimal 150 192 83 0.22 0 0.57 0.25 83.12 0.46 0.54
Hex 96 C0 53 16 0 39 19 53 2E 36
Octal 226 300 123 26 0 71 31 123 56 66
Binary 10010110 11000000 1010011 10110 0 111001 11001 1010011 101110 110110

Color Harmonies of #96C053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C053

Black with #96C053

Text Example


Text Example

White with #96C053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,192,83); }

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

background-color css

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

 a { background-color: rgb(150,192,83); }

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

border-color css

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

 span { border-color: rgb(150,192,83); }

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