Html Css Color HEX #A9BFB3 Loblolly

📋 copy color: '#A9BFB3'

red 169 ◦ green 191 ◦ blue 179

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

Shades of Loblolly #A9BFB3

Tints of Loblolly #A9BFB3

RGB

 RED value IS 169 (66.41% from 255) = 31.35%

 GREEN value IS 191 (75% from 255) = 35.44%

 BLUE value IS 179 (70.31% from 255) = 33.21%

R = 31.35%
G = 35.44%
B = 33.21%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#A9BFB3 (or 0xA9BFB3) is known color: Loblolly. HEX triplet: A9, BF and B3. RGB value is (169,191,179). Sum of RGB (Red+Green+Blue) = 169+191+179=539 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.35% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 179 (70.31% from 255 or 33.21% from 539); Max value from RGB is 191 - color contains mainly: green. Hex color #A9BFB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BFB3 is #56404C. Grayscale: #B7B7B7. Windows color (decimal): -5652557 or 11780009. OLE color: 11780009.

HSL color Cylindrical-coordinate representation of color #A9BFB3: hue angle of 147.27º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A9BFB3 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 169 191 179 -
CMYK 0.12 0 0.06 0.25
HSL 147.27º 0.15% 0.71% -
HSV(B) 147.27º 0.12% 0.75% -
XYZ 43.13 48.95 49.82 -
YUV 183.05 125.71 117.98 -
System Red Green Blue C M Y K H S L
Decimal 169 191 179 0.12 0 0.06 0.25 147.27 0.15 0.71
Hex A9 BF B3 C 0 6 19 93 F 47
Octal 251 277 263 14 0 6 31 223 17 107
Binary 10101001 10111111 10110011 1100 0 110 11001 10010011 1111 1000111

Color Harmonies of #A9BFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BFB3

Black with #A9BFB3

Text Example


Text Example

White with #A9BFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BFB3; }

 p { color: rgb(169,191,179); }

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

background-color css

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

 a { background-color: rgb(169,191,179); }

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

border-color css

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

 span { border-color: rgb(169,191,179); }

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