#95BC56

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

Shades of Chelsea Cucumber #95BC56

Tints of Chelsea Cucumber #95BC56

Color information

#95BC56 (or 0x95BC56) is unknown color: approx Chelsea Cucumber. HEX triplet: 95, BC and 56. RGB value is (149,188,86). Sum of RGB (Red+Green+Blue) = 149+188+86=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 86 (33.98% from 255 or 20.33% from 423); Max value from RGB is 188 - color contains mainly: green. Hex color #95BC56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95BC56 is #6A43A9. Grayscale: #A5A5A5. Windows color (decimal): -6964138 or 5684373. OLE color: 5684373.

HSL color Cylindrical-coordinate representation of color #95BC56: hue angle of 82.94º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #95BC56 is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB14918886-
CMYK0.2100.540.26
HSL82.94º43.22%53.73%-
HSV(B)82.94º54.26%73.73%-
XYZ32.0643.0315.42-
YUV164.7183.58116.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.22%
GREEN value IS 188 (73.83% from 255) = 44.44%
BLUE value IS 86 (33.98% from 255) = 20.33%
R=35.22%
G=44.44%
B=20.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal149188860.2100.540.2682.9443.2253.73
Hex95BC56150361A532b36
Octal22527412625066321235366
Binary10010101101111001010110101010110110110101010011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BC56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,188,86); }

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

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

 a { background-color: rgb(149,188,86); }

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

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

 span { border-color: rgb(149,188,86); }

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