#95BA4B

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

Shades of Chelsea Cucumber #95BA4B

Tints of Chelsea Cucumber #95BA4B

Color information

#95BA4B (or 0x95BA4B) is unknown color: approx Chelsea Cucumber. HEX triplet: 95, BA and 4B. RGB value is (149,186,75). Sum of RGB (Red+Green+Blue) = 149+186+75=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 75 (29.69% from 255 or 18.29% from 410); Max value from RGB is 186 - color contains mainly: green. Hex color #95BA4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95BA4B is #6A45B4. Grayscale: #A2A2A2. Windows color (decimal): -6964661 or 4962965. OLE color: 4962965.

HSL color Cylindrical-coordinate representation of color #95BA4B: hue angle of 80º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #95BA4B is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB14918675-
CMYK0.2000.600.27
HSL80º44.58%51.18%-
HSV(B)80º59.68%72.94%-
XYZ31.2242.0213.12-
YUV162.2878.74118.53-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.34%
GREEN value IS 186 (73.05% from 255) = 45.37%
BLUE value IS 75 (29.69% from 255) = 18.29%
R=36.34%
G=45.37%
B=18.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal149186750.2000.600.278044.5851.18
Hex95BA4B1403C1B502d33
Octal22527211324074331205563
Binary10010101101110101001011101000111100110111010000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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