#56952B

Color #56952B Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #56952B

Tints of Limeade #56952B

Color information

#56952B (or 0x56952B) is unknown color: approx Limeade. HEX triplet: 56, 95 and 2B. RGB value is (86,149,43). Sum of RGB (Red+Green+Blue) = 86+149+43=278 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.94% from 278); Green value is 149 (58.59% from 255 or 53.60% from 278); Blue value is 43 (17.19% from 255 or 15.47% from 278); Max value from RGB is 149 - color contains mainly: green. Hex color #56952B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56952B is #A96AD4. Grayscale: #767676. Windows color (decimal): -11102933 or 2856278. OLE color: 2856278.

HSL color Cylindrical-coordinate representation of color #56952B: hue angle of 95.66º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #56952B is Cyan = 0.42, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB8614943-
CMYK0.4200.710.42
HSL95.66º55.21%37.65%-
HSV(B)95.66º71.14%58.43%-
XYZ15.0223.656.06-
YUV118.0885.63105.12-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.94%
GREEN value IS 149 (58.59% from 255) = 53.60%
BLUE value IS 43 (17.19% from 255) = 15.47%
R=30.94%
G=53.60%
B=15.47%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal86149430.4200.710.4295.6655.2137.65
Hex56952B2A0472A603726
Octal12622553520107521406746
Binary101011010010101101011101010010001111010101100000110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56952B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56952B; }

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

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

<style>
 a { background-color: #56952B; }

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

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

<style>
 span { border-color: #56952B; }

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

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