#95C059

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

Shades of Chelsea Cucumber #95C059

Tints of Chelsea Cucumber #95C059

Color information

#95C059 (or 0x95C059) is unknown color: approx Chelsea Cucumber. HEX triplet: 95, C0 and 59. RGB value is (149,192,89). Sum of RGB (Red+Green+Blue) = 149+192+89=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 89 (35.16% from 255 or 20.70% from 430); Max value from RGB is 192 - color contains mainly: green. Hex color #95C059 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C059 is #6A3FA6. Grayscale: #A7A7A7. Windows color (decimal): -6963111 or 5882005. OLE color: 5882005.

HSL color Cylindrical-coordinate representation of color #95C059: hue angle of 85.05º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #95C059 is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB14919289-
CMYK0.2200.540.25
HSL85.05º44.98%55.1%-
HSV(B)85.05º53.65%75.29%-
XYZ33.0544.8116.36-
YUV167.483.75114.88-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.65%
GREEN value IS 192 (75.39% from 255) = 44.65%
BLUE value IS 89 (35.16% from 255) = 20.70%
R=34.65%
G=44.65%
B=20.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal149192890.2200.540.2585.0544.9855.1
Hex95C0591603619552d37
Octal22530013126066311255567
Binary10010101110000001011001101100110110110011010101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,192,89); }

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

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

 a { background-color: rgb(149,192,89); }

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

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

 span { border-color: rgb(149,192,89); }

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