Html Css Color HEX #5BAB6A Fern

📋 copy color: '#5BAB6A'

red 91 ◦ green 171 ◦ blue 106

#5BAB6A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern #5BAB6A

Tints of Fern #5BAB6A

RGB

 RED value IS 91 (35.94% from 255) = 24.73%

 GREEN value IS 171 (67.19% from 255) = 46.47%

 BLUE value IS 106 (41.8% from 255) = 28.8%

R = 24.73%
G = 46.47%
B = 28.8%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#5BAB6A (or 0x5BAB6A) is known color: Fern. HEX triplet: 5B, AB and 6A. RGB value is (91,171,106). Sum of RGB (Red+Green+Blue) = 91+171+106=368 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.73% from 368); Green value is 171 (67.19% from 255 or 46.47% from 368); Blue value is 106 (41.80% from 255 or 28.80% from 368); Max value from RGB is 171 - color contains mainly: green. Hex color #5BAB6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAB6A is #A45495. Grayscale: #8B8B8B. Windows color (decimal): -10769558 or 6990683. OLE color: 6990683.

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

Color convert

RGB 91 171 106 -
CMYK 0.47 0 0.38 0.33
HSL 131.25º 0.32% 0.51% -
HSV(B) 131.25º 0.47% 0.67% -
XYZ 21.48 32.39 18.76 -
YUV 139.67 109 93.29 -
System Red Green Blue C M Y K H S L
Decimal 91 171 106 0.47 0 0.38 0.33 131.25 0.32 0.51
Hex 5B AB 6A 2F 0 26 21 83 20 33
Octal 133 253 152 57 0 46 41 203 40 63
Binary 1011011 10101011 1101010 101111 0 100110 100001 10000011 100000 110011

Color Harmonies of #5BAB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BAB6A

Black with #5BAB6A

Text Example


Text Example

White with #5BAB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,171,106); }

 H1.HeaderClassName
 {
   color: #5BAB6A;
 }
 .AnyTagClassName
 {
   color: #5BAB6A;
 }
</style>

background-color css

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

 a { background-color: rgb(91,171,106); }

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

border-color css

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

 span { border-color: rgb(91,171,106); }

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