#5BAC69

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

Shades of Fern #5BAC69

Tints of Fern #5BAC69

Color information

#5BAC69 (or 0x5BAC69) is unknown color: approx Fern. HEX triplet: 5B, AC and 69. RGB value is (91,172,105). Sum of RGB (Red+Green+Blue) = 91+172+105=368 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.73% from 368); Green value is 172 (67.58% from 255 or 46.74% from 368); Blue value is 105 (41.41% from 255 or 28.53% from 368); Max value from RGB is 172 - color contains mainly: green. Hex color #5BAC69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAC69 is #A45396. Grayscale: #8C8C8C. Windows color (decimal): -10769303 or 6925403. OLE color: 6925403.

HSL color Cylindrical-coordinate representation of color #5BAC69: hue angle of 130.37º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5BAC69 is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB91172105-
CMYK0.4700.390.33
HSL130.37º32.79%51.57%-
HSV(B)130.37º47.09%67.45%-
XYZ21.6232.7518.55-
YUV140.14108.1692.95-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.73%
GREEN value IS 172 (67.58% from 255) = 46.74%
BLUE value IS 105 (41.41% from 255) = 28.53%
R=24.73%
G=46.74%
B=28.53%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal911721050.4700.390.33130.3732.7951.57
Hex5BAC692F02721822134
Octal13325415157047412024164
Binary1011011101011001101001101111010011110000110000010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BAC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,172,105); }

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

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

 a { background-color: rgb(91,172,105); }

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

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

 span { border-color: rgb(91,172,105); }

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