Html Css Color HEX #96AF56 Chelsea Cucumber

📋 copy color: '#96AF56'

red 150 ◦ green 175 ◦ blue 86

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

Shades of Chelsea Cucumber #96AF56

Tints of Chelsea Cucumber #96AF56

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.58%

 BLUE value IS 86 (33.98% from 255) = 20.92%

R = 36.5%
G = 42.58%
B = 20.92%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#96AF56 (or 0x96AF56) is known color: Chelsea Cucumber. HEX triplet: 96, AF and 56. RGB value is (150,175,86). Sum of RGB (Red+Green+Blue) = 150+175+86=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 86 (33.98% from 255 or 20.92% from 411); Max value from RGB is 175 - color contains mainly: green. Hex color #96AF56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AF56 is #6950A9. Grayscale: #9D9D9D. Windows color (decimal): -6901930 or 5681046. OLE color: 5681046.

HSL color Cylindrical-coordinate representation of color #96AF56: hue angle of 76.85º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #96AF56 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB 150 175 86 -
CMYK 0.14 0 0.51 0.31
HSL 76.85º 0.36% 0.51% -
HSV(B) 76.85º 0.51% 0.69% -
XYZ 29.59 37.82 14.54 -
YUV 157.38 87.72 122.74 -
System Red Green Blue C M Y K H S L
Decimal 150 175 86 0.14 0 0.51 0.31 76.85 0.36 0.51
Hex 96 AF 56 E 0 33 1F 4D 24 33
Octal 226 257 126 16 0 63 37 115 44 63
Binary 10010110 10101111 1010110 1110 0 110011 11111 1001101 100100 110011

Color Harmonies of #96AF56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AF56

Black with #96AF56

Text Example


Text Example

White with #96AF56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,175,86); }

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

background-color css

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

 a { background-color: rgb(150,175,86); }

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

border-color css

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

 span { border-color: rgb(150,175,86); }

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