#56BA92

Color #56BA92 Keppel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Keppel #56BA92

Tints of Keppel #56BA92

Color information

#56BA92 (or 0x56BA92) is unknown color: approx Keppel. HEX triplet: 56, BA and 92. RGB value is (86,186,146). Sum of RGB (Red+Green+Blue) = 86+186+146=418 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.57% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 186 - color contains mainly: green. Hex color #56BA92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56BA92 is #A9456D. Grayscale: #979797. Windows color (decimal): -11093358 or 9615958. OLE color: 9615958.

HSL color Cylindrical-coordinate representation of color #56BA92: hue angle of 156º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #56BA92 is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB86186146-
CMYK0.5400.220.27
HSL156º42.02%53.33%-
HSV(B)156º53.76%72.94%-
XYZ26.5839.1733.35-
YUV151.54124.8781.25-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.57%
GREEN value IS 186 (73.05% from 255) = 44.50%
BLUE value IS 146 (57.42% from 255) = 34.93%
R=20.57%
G=44.50%
B=34.93%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal861861460.5400.220.2715642.0253.33
Hex56BA92360161B9c2a35
Octal12627222266026332345265
Binary101011010111010100100101101100101101101110011100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56BA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56BA92; }

 p { color: rgb(86,186,146); }

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

<style>
 a { background-color: #56BA92; }

 a { background-color: rgb(86,186,146); }

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

<style>
 span { border-color: #56BA92; }

 span { border-color: rgb(86,186,146); }

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