#95AF52

Color #95AF52 Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #95AF52

Tints of Chelsea Cucumber #95AF52

Color information

#95AF52 (or 0x95AF52) is unknown color: approx Chelsea Cucumber. HEX triplet: 95, AF and 52. RGB value is (149,175,82). Sum of RGB (Red+Green+Blue) = 149+175+82=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 82 (32.42% from 255 or 20.20% from 406); Max value from RGB is 175 - color contains mainly: green. Hex color #95AF52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95AF52 is #6A50AD. Grayscale: #9C9C9C. Windows color (decimal): -6967470 or 5418901. OLE color: 5418901.

HSL color Cylindrical-coordinate representation of color #95AF52: hue angle of 76.77º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #95AF52 is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB14917582-
CMYK0.1500.530.31
HSL76.77º36.76%50.39%-
HSV(B)76.77º53.14%68.63%-
XYZ29.2537.6613.71-
YUV156.6285.89122.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.70%
GREEN value IS 175 (68.75% from 255) = 43.10%
BLUE value IS 82 (32.42% from 255) = 20.20%
R=36.70%
G=43.10%
B=20.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal149175820.1500.530.3176.7736.7650.39
Hex95AF52F0351F4d2532
Octal22525712217065371154562
Binary1001010110101111101001011110110101111111001101100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95AF52; }

 p { color: rgb(149,175,82); }

 H1.HeaderClassName
 {
   color: #95AF52;
 }
 .AnyTagClassName
 {
   color: #95AF52;
 }
</style>
background-color css

<style>
 a { background-color: #95AF52; }

 a { background-color: rgb(149,175,82); }

 div.DivClassName
 {
   background-color: #95AF52;
 }
 .BgClassName
 {
   background-color: #95AF52;
 }
</style>
border-color css

<style>
 span { border-color: #95AF52; }

 span { border-color: rgb(149,175,82); }

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