#95B460

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

Shades of Chelsea Cucumber #95B460

Tints of Chelsea Cucumber #95B460

Color information

#95B460 (or 0x95B460) is unknown color: approx Chelsea Cucumber. HEX triplet: 95, B4 and 60. RGB value is (149,180,96). Sum of RGB (Red+Green+Blue) = 149+180+96=425 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.06% from 425); Green value is 180 (70.70% from 255 or 42.35% from 425); Blue value is 96 (37.89% from 255 or 22.59% from 425); Max value from RGB is 180 - color contains mainly: green. Hex color #95B460 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B460 is #6A4B9F. Grayscale: #A1A1A1. Windows color (decimal): -6966176 or 6337685. OLE color: 6337685.

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

Color convert

RGB14918096-
CMYK0.1700.470.29
HSL82.14º35.9%54.12%-
HSV(B)82.14º46.67%70.59%-
XYZ30.8339.8817.14-
YUV161.1591.23119.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.06%
GREEN value IS 180 (70.70% from 255) = 42.35%
BLUE value IS 96 (37.89% from 255) = 22.59%
R=35.06%
G=42.35%
B=22.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal149180960.1700.470.2982.1435.954.12
Hex95B4601102F1D522436
Octal22526414021057351224466
Binary10010101101101001100000100010101111111011010010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,180,96); }

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

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

 a { background-color: rgb(149,180,96); }

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

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

 span { border-color: rgb(149,180,96); }

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