#95B245

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

Shades of Chelsea Cucumber #95B245

Tints of Chelsea Cucumber #95B245

Color information

#95B245 (or 0x95B245) is unknown color: approx Chelsea Cucumber. HEX triplet: 95, B2 and 45. RGB value is (149,178,69). Sum of RGB (Red+Green+Blue) = 149+178+69=396 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.63% from 396); Green value is 178 (69.92% from 255 or 44.95% from 396); Blue value is 69 (27.34% from 255 or 17.42% from 396); Max value from RGB is 178 - color contains mainly: green. Hex color #95B245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95B245 is #6A4DBA. Grayscale: #9D9D9D. Windows color (decimal): -6966715 or 4567701. OLE color: 4567701.

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

Color convert

RGB14917869-
CMYK0.1600.610.30
HSL75.96º44.13%48.43%-
HSV(B)75.96º61.24%69.8%-
XYZ29.3938.6611.54-
YUV156.978.39122.36-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.63%
GREEN value IS 178 (69.92% from 255) = 44.95%
BLUE value IS 69 (27.34% from 255) = 17.42%
R=37.63%
G=44.95%
B=17.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal149178690.1600.610.3075.9644.1348.43
Hex95B2451003D1E4c2c30
Octal22526210520075361145460
Binary10010101101100101000101100000111101111101001100101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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