#95BF56

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

Shades of Chelsea Cucumber #95BF56

Tints of Chelsea Cucumber #95BF56

Color information

#95BF56 (or 0x95BF56) is unknown color: approx Chelsea Cucumber. HEX triplet: 95, BF and 56. RGB value is (149,191,86). Sum of RGB (Red+Green+Blue) = 149+191+86=426 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.98% from 426); Green value is 191 (75% from 255 or 44.84% from 426); Blue value is 86 (33.98% from 255 or 20.19% from 426); Max value from RGB is 191 - color contains mainly: green. Hex color #95BF56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95BF56 is #6A40A9. Grayscale: #A6A6A6. Windows color (decimal): -6963370 or 5685141. OLE color: 5685141.

HSL color Cylindrical-coordinate representation of color #95BF56: hue angle of 84º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #95BF56 is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB14919186-
CMYK0.2200.550.25
HSL84º45.06%54.31%-
HSV(B)84º54.97%74.9%-
XYZ32.744.3215.64-
YUV166.4782.59115.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.98%
GREEN value IS 191 (75% from 255) = 44.84%
BLUE value IS 86 (33.98% from 255) = 20.19%
R=34.98%
G=44.84%
B=20.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal149191860.2200.550.258445.0654.31
Hex95BF561603719542d36
Octal22527712626067311245566
Binary10010101101111111010110101100110111110011010100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BF56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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