Html Css Color HEX #96B648 Chelsea Cucumber

📋 copy color: '#96B648'

red 150 ◦ green 182 ◦ blue 72

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

Shades of Chelsea Cucumber #96B648

Tints of Chelsea Cucumber #96B648

RGB

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

 GREEN value IS 182 (71.48% from 255) = 45.05%

 BLUE value IS 72 (28.52% from 255) = 17.82%

R = 37.13%
G = 45.05%
B = 17.82%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#96B648 (or 0x96B648) is known color: Chelsea Cucumber. HEX triplet: 96, B6 and 48. RGB value is (150,182,72). Sum of RGB (Red+Green+Blue) = 150+182+72=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 182 (71.48% from 255 or 45.05% from 404); Blue value is 72 (28.52% from 255 or 17.82% from 404); Max value from RGB is 182 - color contains mainly: green. Hex color #96B648 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B648 is #6949B7. Grayscale: #A0A0A0. Windows color (decimal): -6900152 or 4765334. OLE color: 4765334.

HSL color Cylindrical-coordinate representation of color #96B648: hue angle of 77.45º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #96B648 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 150 182 72 -
CMYK 0.18 0 0.60 0.29
HSL 77.45º 0.43% 0.5% -
HSV(B) 77.45º 0.6% 0.71% -
XYZ 30.48 40.41 12.32 -
YUV 159.89 78.4 120.94 -
System Red Green Blue C M Y K H S L
Decimal 150 182 72 0.18 0 0.60 0.29 77.45 0.43 0.5
Hex 96 B6 48 12 0 3C 1D 4D 2B 32
Octal 226 266 110 22 0 74 35 115 53 62
Binary 10010110 10110110 1001000 10010 0 111100 11101 1001101 101011 110010

Color Harmonies of #96B648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B648

Black with #96B648

Text Example


Text Example

White with #96B648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,182,72); }

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

background-color css

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

 a { background-color: rgb(150,182,72); }

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

border-color css

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

 span { border-color: rgb(150,182,72); }

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