Html Css Color HEX #A6C2B2 Loblolly

📋 copy color: '#A6C2B2'

red 166 ◦ green 194 ◦ blue 178

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

Shades of Loblolly #A6C2B2

Tints of Loblolly #A6C2B2

RGB

 RED value IS 166 (65.23% from 255) = 30.86%

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

 BLUE value IS 178 (69.92% from 255) = 33.09%

R = 30.86%
G = 36.06%
B = 33.09%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#A6C2B2 (or 0xA6C2B2) is known color: Loblolly. HEX triplet: A6, C2 and B2. RGB value is (166,194,178). Sum of RGB (Red+Green+Blue) = 166+194+178=538 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.86% from 538); Green value is 194 (76.17% from 255 or 36.06% from 538); Blue value is 178 (69.92% from 255 or 33.09% from 538); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C2B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C2B2 is #593D4D. Grayscale: #B7B7B7. Windows color (decimal): -5848398 or 11715238. OLE color: 11715238.

HSL color Cylindrical-coordinate representation of color #A6C2B2: hue angle of 145.71º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A6C2B2 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB 166 194 178 -
CMYK 0.14 0 0.08 0.24
HSL 145.71º 0.19% 0.71% -
HSV(B) 145.71º 0.14% 0.76% -
XYZ 43.05 49.9 49.48 -
YUV 183.8 124.72 115.3 -
System Red Green Blue C M Y K H S L
Decimal 166 194 178 0.14 0 0.08 0.24 145.71 0.19 0.71
Hex A6 C2 B2 E 0 8 18 92 13 47
Octal 246 302 262 16 0 10 30 222 23 107
Binary 10100110 11000010 10110010 1110 0 1000 11000 10010010 10011 1000111

Color Harmonies of #A6C2B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C2B2

Black with #A6C2B2

Text Example


Text Example

White with #A6C2B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C2B2; }

 p { color: rgb(166,194,178); }

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

background-color css

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

 a { background-color: rgb(166,194,178); }

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

border-color css

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

 span { border-color: rgb(166,194,178); }

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