#95B155

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

Shades of Chelsea Cucumber #95B155

Tints of Chelsea Cucumber #95B155

Color information

#95B155 (or 0x95B155) is unknown color: approx Chelsea Cucumber. HEX triplet: 95, B1 and 55. RGB value is (149,177,85). Sum of RGB (Red+Green+Blue) = 149+177+85=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 177 (69.53% from 255 or 43.07% from 411); Blue value is 85 (33.59% from 255 or 20.68% from 411); Max value from RGB is 177 - color contains mainly: green. Hex color #95B155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95B155 is #6A4EAA. Grayscale: #9E9E9E. Windows color (decimal): -6966955 or 5616021. OLE color: 5616021.

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

Color convert

RGB14917785-
CMYK0.1600.520.31
HSL78.26º37.1%51.37%-
HSV(B)78.26º51.98%69.41%-
XYZ29.7638.4914.46-
YUV158.1486.72121.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.25%
GREEN value IS 177 (69.53% from 255) = 43.07%
BLUE value IS 85 (33.59% from 255) = 20.68%
R=36.25%
G=43.07%
B=20.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal149177850.1600.520.3178.2637.151.37
Hex95B155100341F4e2533
Octal22526112520064371164563
Binary10010101101100011010101100000110100111111001110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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