#95AE55

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

Shades of Chelsea Cucumber #95AE55

Tints of Chelsea Cucumber #95AE55

Color information

#95AE55 (or 0x95AE55) is unknown color: approx Chelsea Cucumber. HEX triplet: 95, AE and 55. RGB value is (149,174,85). Sum of RGB (Red+Green+Blue) = 149+174+85=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 174 (68.36% from 255 or 42.65% from 408); Blue value is 85 (33.59% from 255 or 20.83% from 408); Max value from RGB is 174 - color contains mainly: green. Hex color #95AE55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95AE55 is #6A51AA. Grayscale: #9C9C9C. Windows color (decimal): -6967723 or 5615253. OLE color: 5615253.

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

Color convert

RGB14917485-
CMYK0.1400.510.32
HSL76.85º35.46%50.78%-
HSV(B)76.85º51.15%68.24%-
XYZ29.1737.3214.26-
YUV156.3887.72122.74-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.52%
GREEN value IS 174 (68.36% from 255) = 42.65%
BLUE value IS 85 (33.59% from 255) = 20.83%
R=36.52%
G=42.65%
B=20.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal149174850.1400.510.3276.8535.4650.78
Hex95AE55E033204d2333
Octal22525612516063401154363
Binary10010101101011101010101111001100111000001001101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AE55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,174,85); }

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

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

 a { background-color: rgb(149,174,85); }

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

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

 span { border-color: rgb(149,174,85); }

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