#95B561

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

Shades of Chelsea Cucumber #95B561

Tints of Chelsea Cucumber #95B561

Color information

#95B561 (or 0x95B561) is unknown color: approx Chelsea Cucumber. HEX triplet: 95, B5 and 61. RGB value is (149,181,97). Sum of RGB (Red+Green+Blue) = 149+181+97=427 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.89% from 427); Green value is 181 (71.09% from 255 or 42.39% from 427); Blue value is 97 (38.28% from 255 or 22.72% from 427); Max value from RGB is 181 - color contains mainly: green. Hex color #95B561 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B561 is #6A4A9E. Grayscale: #A2A2A2. Windows color (decimal): -6965919 or 6403477. OLE color: 6403477.

HSL color Cylindrical-coordinate representation of color #95B561: hue angle of 82.86º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #95B561 is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB14918197-
CMYK0.1800.460.29
HSL82.86º36.21%54.51%-
HSV(B)82.86º46.41%70.98%-
XYZ31.0840.317.45-
YUV161.8691.4118.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.89%
GREEN value IS 181 (71.09% from 255) = 42.39%
BLUE value IS 97 (38.28% from 255) = 22.72%
R=34.89%
G=42.39%
B=22.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal149181970.1800.460.2982.8636.2154.51
Hex95B5611202E1D532437
Octal22526514122056351234467
Binary10010101101101011100001100100101110111011010011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,181,97); }

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

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

 a { background-color: rgb(149,181,97); }

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

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

 span { border-color: rgb(149,181,97); }

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