#95B159

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

Shades of Chelsea Cucumber #95B159

Tints of Chelsea Cucumber #95B159

Color information

#95B159 (or 0x95B159) is unknown color: approx Chelsea Cucumber. HEX triplet: 95, B1 and 59. RGB value is (149,177,89). Sum of RGB (Red+Green+Blue) = 149+177+89=415 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.90% from 415); Green value is 177 (69.53% from 255 or 42.65% from 415); Blue value is 89 (35.16% from 255 or 21.45% from 415); Max value from RGB is 177 - color contains mainly: green. Hex color #95B159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95B159 is #6A4EA6. Grayscale: #9E9E9E. Windows color (decimal): -6966951 or 5878165. OLE color: 5878165.

HSL color Cylindrical-coordinate representation of color #95B159: hue angle of 79.09º degrees, saturation: 0.36, 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 #95B159 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB14917789-
CMYK0.1600.500.31
HSL79.09º36.07%52.16%-
HSV(B)79.09º49.72%69.41%-
XYZ29.9238.5615.32-
YUV158.688.72121.16-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.90%
GREEN value IS 177 (69.53% from 255) = 42.65%
BLUE value IS 89 (35.16% from 255) = 21.45%
R=35.90%
G=42.65%
B=21.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal149177890.1600.500.3179.0936.0752.16
Hex95B159100321F4f2434
Octal22526113120062371174464
Binary10010101101100011011001100000110010111111001111100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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