#5BA56B

Color #5BA56B Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #5BA56B

Tints of Fern #5BA56B

Color information

#5BA56B (or 0x5BA56B) is unknown color: approx Fern. HEX triplet: 5B, A5 and 6B. RGB value is (91,165,107). Sum of RGB (Red+Green+Blue) = 91+165+107=363 (48% of max value = 765). Red value is 91 (35.94% from 255 or 25.07% from 363); Green value is 165 (64.84% from 255 or 45.45% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 165 - color contains mainly: green. Hex color #5BA56B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA56B is #A45A94. Grayscale: #888888. Windows color (decimal): -10771093 or 7054683. OLE color: 7054683.

HSL color Cylindrical-coordinate representation of color #5BA56B: hue angle of 132.97º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5BA56B is Cyan = 0.45, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB91165107-
CMYK0.4500.350.35
HSL132.97º29.13%50.2%-
HSV(B)132.97º44.85%64.71%-
XYZ20.4230.218.66-
YUV136.26111.4895.72-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.07%
GREEN value IS 165 (64.84% from 255) = 45.45%
BLUE value IS 107 (42.19% from 255) = 29.48%
R=25.07%
G=45.45%
B=29.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal911651070.4500.350.35132.9729.1350.2
Hex5BA56B2D02323851d32
Octal13324515355043432053562
Binary101101110100101110101110110101000111000111000010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA56B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5BA56B; }

 p { color: rgb(91,165,107); }

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

<style>
 a { background-color: #5BA56B; }

 a { background-color: rgb(91,165,107); }

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

<style>
 span { border-color: #5BA56B; }

 span { border-color: rgb(91,165,107); }

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