#95B345

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

Shades of Chelsea Cucumber #95B345

Tints of Chelsea Cucumber #95B345

Color information

#95B345 (or 0x95B345) is unknown color: approx Chelsea Cucumber. HEX triplet: 95, B3 and 45. RGB value is (149,179,69). Sum of RGB (Red+Green+Blue) = 149+179+69=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 179 (70.31% from 255 or 45.09% from 397); Blue value is 69 (27.34% from 255 or 17.38% from 397); Max value from RGB is 179 - color contains mainly: green. Hex color #95B345 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95B345 is #6A4CBA. Grayscale: #9D9D9D. Windows color (decimal): -6966459 or 4567957. OLE color: 4567957.

HSL color Cylindrical-coordinate representation of color #95B345: hue angle of 76.36º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #95B345 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB14917969-
CMYK0.1700.610.30
HSL76.36º44.35%48.63%-
HSV(B)76.36º61.45%70.2%-
XYZ29.5939.0611.61-
YUV157.4978.06121.94-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.53%
GREEN value IS 179 (70.31% from 255) = 45.09%
BLUE value IS 69 (27.34% from 255) = 17.38%
R=37.53%
G=45.09%
B=17.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal149179690.1700.610.3076.3644.3548.63
Hex95B3451103D1E4c2c31
Octal22526310521075361145461
Binary10010101101100111000101100010111101111101001100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,179,69); }

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

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

 a { background-color: rgb(149,179,69); }

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

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

 span { border-color: rgb(149,179,69); }

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