Html Css Color HEX #5BAC6B Fern

📋 copy color: '#5BAC6B'

red 91 ◦ green 172 ◦ blue 107

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

Shades of Fern #5BAC6B

Tints of Fern #5BAC6B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 46.49%

 BLUE value IS 107 (42.19% from 255) = 28.92%

R = 24.59%
G = 46.49%
B = 28.92%

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

#5BAC6B (or 0x5BAC6B) is known color: Fern. HEX triplet: 5B, AC and 6B. RGB value is (91,172,107). Sum of RGB (Red+Green+Blue) = 91+172+107=370 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.59% from 370); Green value is 172 (67.58% from 255 or 46.49% from 370); Blue value is 107 (42.19% from 255 or 28.92% from 370); Max value from RGB is 172 - color contains mainly: green. Hex color #5BAC6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAC6B is #A45394. Grayscale: #8C8C8C. Windows color (decimal): -10769301 or 7056475. OLE color: 7056475.

HSL color Cylindrical-coordinate representation of color #5BAC6B: hue angle of 131.85º 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 #5BAC6B is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB 91 172 107 -
CMYK 0.47 0 0.38 0.33
HSL 131.85º 0.33% 0.52% -
HSV(B) 131.85º 0.47% 0.67% -
XYZ 21.72 32.79 19.09 -
YUV 140.37 109.16 92.79 -
System Red Green Blue C M Y K H S L
Decimal 91 172 107 0.47 0 0.38 0.33 131.85 0.33 0.52
Hex 5B AC 6B 2F 0 26 21 84 21 34
Octal 133 254 153 57 0 46 41 204 41 64
Binary 1011011 10101100 1101011 101111 0 100110 100001 10000100 100001 110100

Color Harmonies of #5BAC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BAC6B

Black with #5BAC6B

Text Example


Text Example

White with #5BAC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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