#95B55D

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

Shades of Chelsea Cucumber #95B55D

Tints of Chelsea Cucumber #95B55D

Color information

#95B55D (or 0x95B55D) is unknown color: approx Chelsea Cucumber. HEX triplet: 95, B5 and 5D. RGB value is (149,181,93). Sum of RGB (Red+Green+Blue) = 149+181+93=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 181 (71.09% from 255 or 42.79% from 423); Blue value is 93 (36.72% from 255 or 21.99% from 423); Max value from RGB is 181 - color contains mainly: green. Hex color #95B55D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B55D is #6A4AA2. Grayscale: #A1A1A1. Windows color (decimal): -6965923 or 6141333. OLE color: 6141333.

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

Color convert

RGB14918193-
CMYK0.1800.490.29
HSL81.82º37.29%53.73%-
HSV(B)81.82º48.62%70.98%-
XYZ30.8940.2316.49-
YUV161.489.4119.16-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.22%
GREEN value IS 181 (71.09% from 255) = 42.79%
BLUE value IS 93 (36.72% from 255) = 21.99%
R=35.22%
G=42.79%
B=21.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal149181930.1800.490.2981.8237.2953.73
Hex95B55D120311D522536
Octal22526513522061351224566
Binary10010101101101011011101100100110001111011010010100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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