Html Css Color HEX #ABC2B6 Loblolly

📋 copy color: '#ABC2B6'

red 171 ◦ green 194 ◦ blue 182

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

Shades of Loblolly #ABC2B6

Tints of Loblolly #ABC2B6

RGB

 RED value IS 171 (67.19% from 255) = 31.26%

 GREEN value IS 194 (76.17% from 255) = 35.47%

 BLUE value IS 182 (71.48% from 255) = 33.27%

R = 31.26%
G = 35.47%
B = 33.27%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#ABC2B6 (or 0xABC2B6) is known color: Loblolly. HEX triplet: AB, C2 and B6. RGB value is (171,194,182). Sum of RGB (Red+Green+Blue) = 171+194+182=547 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.26% from 547); Green value is 194 (76.17% from 255 or 35.47% from 547); Blue value is 182 (71.48% from 255 or 33.27% from 547); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC2B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC2B6 is #543D49. Grayscale: #B9B9B9. Windows color (decimal): -5520714 or 11977387. OLE color: 11977387.

HSL color Cylindrical-coordinate representation of color #ABC2B6: hue angle of 148.7º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABC2B6 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 194 182 -
CMYK 0.12 0 0.06 0.24
HSL 148.7º 0.16% 0.72% -
HSV(B) 148.7º 0.12% 0.76% -
XYZ 44.53 50.62 51.68 -
YUV 185.76 125.88 117.48 -
System Red Green Blue C M Y K H S L
Decimal 171 194 182 0.12 0 0.06 0.24 148.7 0.16 0.72
Hex AB C2 B6 C 0 6 18 95 10 48
Octal 253 302 266 14 0 6 30 225 20 110
Binary 10101011 11000010 10110110 1100 0 110 11000 10010101 10000 1001000

Color Harmonies of #ABC2B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC2B6

Black with #ABC2B6

Text Example


Text Example

White with #ABC2B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC2B6; }

 p { color: rgb(171,194,182); }

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

background-color css

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

 a { background-color: rgb(171,194,182); }

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

border-color css

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

 span { border-color: rgb(171,194,182); }

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