#95BC55

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

Shades of Chelsea Cucumber #95BC55

Tints of Chelsea Cucumber #95BC55

Color information

#95BC55 (or 0x95BC55) is unknown color: approx Chelsea Cucumber. HEX triplet: 95, BC and 55. RGB value is (149,188,85). Sum of RGB (Red+Green+Blue) = 149+188+85=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 188 (73.83% from 255 or 44.55% from 422); Blue value is 85 (33.59% from 255 or 20.14% from 422); Max value from RGB is 188 - color contains mainly: green. Hex color #95BC55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95BC55 is #6A43AA. Grayscale: #A4A4A4. Windows color (decimal): -6964139 or 5618837. OLE color: 5618837.

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

Color convert

RGB14918885-
CMYK0.2100.550.26
HSL82.72º43.46%53.53%-
HSV(B)82.72º54.79%73.73%-
XYZ32.0243.0115.21-
YUV164.683.08116.88-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.31%
GREEN value IS 188 (73.83% from 255) = 44.55%
BLUE value IS 85 (33.59% from 255) = 20.14%
R=35.31%
G=44.55%
B=20.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal149188850.2100.550.2682.7243.4653.53
Hex95BC55150371A532b36
Octal22527412525067321235366
Binary10010101101111001010101101010110111110101010011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BC55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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