Html Css Color HEX #96AF58 Chelsea Cucumber

📋 copy color: '#96AF58'

red 150 ◦ green 175 ◦ blue 88

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

Shades of Chelsea Cucumber #96AF58

Tints of Chelsea Cucumber #96AF58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.31%

R = 36.32%
G = 42.37%
B = 21.31%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#96AF58 (or 0x96AF58) is known color: Chelsea Cucumber. HEX triplet: 96, AF and 58. RGB value is (150,175,88). Sum of RGB (Red+Green+Blue) = 150+175+88=413 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.32% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 88 (34.77% from 255 or 21.31% from 413); Max value from RGB is 175 - color contains mainly: green. Hex color #96AF58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AF58 is #6950A7. Grayscale: #9D9D9D. Windows color (decimal): -6901928 or 5812118. OLE color: 5812118.

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

Color convert

RGB 150 175 88 -
CMYK 0.14 0 0.50 0.31
HSL 77.24º 0.35% 0.52% -
HSV(B) 77.24º 0.5% 0.69% -
XYZ 29.67 37.85 14.97 -
YUV 157.61 88.72 122.57 -
System Red Green Blue C M Y K H S L
Decimal 150 175 88 0.14 0 0.50 0.31 77.24 0.35 0.52
Hex 96 AF 58 E 0 32 1F 4D 23 34
Octal 226 257 130 16 0 62 37 115 43 64
Binary 10010110 10101111 1011000 1110 0 110010 11111 1001101 100011 110100

Color Harmonies of #96AF58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AF58

Black with #96AF58

Text Example


Text Example

White with #96AF58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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