#95BA5E

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

Shades of Chelsea Cucumber #95BA5E

Tints of Chelsea Cucumber #95BA5E

Color information

#95BA5E (or 0x95BA5E) is unknown color: approx Chelsea Cucumber. HEX triplet: 95, BA and 5E. RGB value is (149,186,94). Sum of RGB (Red+Green+Blue) = 149+186+94=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 94 (37.11% from 255 or 21.91% from 429); Max value from RGB is 186 - color contains mainly: green. Hex color #95BA5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95BA5E is #6A45A1. Grayscale: #A4A4A4. Windows color (decimal): -6964642 or 6208149. OLE color: 6208149.

HSL color Cylindrical-coordinate representation of color #95BA5E: hue angle of 84.13º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #95BA5E is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB14918694-
CMYK0.2000.490.27
HSL84.13º40%54.9%-
HSV(B)84.13º49.46%72.94%-
XYZ31.9742.3217.07-
YUV164.4588.24116.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.73%
GREEN value IS 186 (73.05% from 255) = 43.36%
BLUE value IS 94 (37.11% from 255) = 21.91%
R=34.73%
G=43.36%
B=21.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal149186940.2000.490.2784.134054.9
Hex95BA5E140311B542837
Octal22527213624061331245067
Binary10010101101110101011110101000110001110111010100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,186,94); }

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

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

 a { background-color: rgb(149,186,94); }

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

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

 span { border-color: rgb(149,186,94); }

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