Html Css Color HEX #ACC2B9 Loblolly

📋 copy color: '#ACC2B9'

red 172 ◦ green 194 ◦ blue 185

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

Shades of Loblolly #ACC2B9

Tints of Loblolly #ACC2B9

RGB

 RED value IS 172 (67.58% from 255) = 31.22%

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

 BLUE value IS 185 (72.66% from 255) = 33.58%

R = 31.22%
G = 35.21%
B = 33.58%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#ACC2B9 (or 0xACC2B9) is known color: Loblolly. HEX triplet: AC, C2 and B9. RGB value is (172,194,185). Sum of RGB (Red+Green+Blue) = 172+194+185=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 194 (76.17% from 255 or 35.21% from 551); Blue value is 185 (72.66% from 255 or 33.58% from 551); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC2B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC2B9 is #533D46. Grayscale: #BABABA. Windows color (decimal): -5455175 or 12173996. OLE color: 12173996.

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

Color convert

RGB 172 194 185 -
CMYK 0.11 0 0.05 0.24
HSL 155.45º 0.15% 0.72% -
HSV(B) 155.45º 0.11% 0.76% -
XYZ 45.06 50.86 53.34 -
YUV 186.4 127.21 117.73 -
System Red Green Blue C M Y K H S L
Decimal 172 194 185 0.11 0 0.05 0.24 155.45 0.15 0.72
Hex AC C2 B9 B 0 5 18 9B F 48
Octal 254 302 271 13 0 5 30 233 17 110
Binary 10101100 11000010 10111001 1011 0 101 11000 10011011 1111 1001000

Color Harmonies of #ACC2B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC2B9

Black with #ACC2B9

Text Example


Text Example

White with #ACC2B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC2B9; }

 p { color: rgb(172,194,185); }

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

background-color css

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

 a { background-color: rgb(172,194,185); }

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

border-color css

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

 span { border-color: rgb(172,194,185); }

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