#95AD52

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

Shades of Chelsea Cucumber #95AD52

Tints of Chelsea Cucumber #95AD52

Color information

#95AD52 (or 0x95AD52) is unknown color: approx Chelsea Cucumber. HEX triplet: 95, AD and 52. RGB value is (149,173,82). Sum of RGB (Red+Green+Blue) = 149+173+82=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 173 (67.97% from 255 or 42.82% from 404); Blue value is 82 (32.42% from 255 or 20.30% from 404); Max value from RGB is 173 - color contains mainly: green. Hex color #95AD52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95AD52 is #6A52AD. Grayscale: #9B9B9B. Windows color (decimal): -6967982 or 5418389. OLE color: 5418389.

HSL color Cylindrical-coordinate representation of color #95AD52: hue angle of 75.82º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #95AD52 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.32.

Color convert

RGB14917382-
CMYK0.1400.530.32
HSL75.82º35.69%50%-
HSV(B)75.82º52.6%67.84%-
XYZ28.8636.8913.58-
YUV155.4586.55123.4-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.88%
GREEN value IS 173 (67.97% from 255) = 42.82%
BLUE value IS 82 (32.42% from 255) = 20.30%
R=36.88%
G=42.82%
B=20.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal149173820.1400.530.3275.8235.6950
Hex95AD52E035204c2432
Octal22525512216065401144462
Binary10010101101011011010010111001101011000001001100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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