#5BA469

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

Shades of Fern #5BA469

Tints of Fern #5BA469

Color information

#5BA469 (or 0x5BA469) is unknown color: approx Fern. HEX triplet: 5B, A4 and 69. RGB value is (91,164,105). Sum of RGB (Red+Green+Blue) = 91+164+105=360 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.28% from 360); Green value is 164 (64.45% from 255 or 45.56% from 360); Blue value is 105 (41.41% from 255 or 29.17% from 360); Max value from RGB is 164 - color contains mainly: green. Hex color #5BA469 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA469 is #A45B96. Grayscale: #878787. Windows color (decimal): -10771351 or 6923355. OLE color: 6923355.

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

Color convert

RGB91164105-
CMYK0.4500.360.36
HSL131.51º28.63%50%-
HSV(B)131.51º44.51%64.31%-
XYZ20.1429.7918.05-
YUV135.45110.8296.3-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.28%
GREEN value IS 164 (64.45% from 255) = 45.56%
BLUE value IS 105 (41.41% from 255) = 29.17%
R=25.28%
G=45.56%
B=29.17%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal911641050.4500.360.36131.5128.6350
Hex5BA4692D02424841d32
Octal13324415155044442043562
Binary101101110100100110100110110101001001001001000010011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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