Html Css Color HEX #ACC2B8 Loblolly

📋 copy color: '#ACC2B8'

red 172 ◦ green 194 ◦ blue 184

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

Shades of Loblolly #ACC2B8

Tints of Loblolly #ACC2B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 33.45%

R = 31.27%
G = 35.27%
B = 33.45%

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

#ACC2B8 (or 0xACC2B8) is known color: Loblolly. HEX triplet: AC, C2 and B8. RGB value is (172,194,184). Sum of RGB (Red+Green+Blue) = 172+194+184=550 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.27% from 550); Green value is 194 (76.17% from 255 or 35.27% from 550); Blue value is 184 (72.27% from 255 or 33.45% from 550); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC2B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC2B8 is #533D47. Grayscale: #BABABA. Windows color (decimal): -5455176 or 12108460. OLE color: 12108460.

HSL color Cylindrical-coordinate representation of color #ACC2B8: hue angle of 152.73º 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 #ACC2B8 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 194 184 -
CMYK 0.11 0 0.05 0.24
HSL 152.73º 0.15% 0.72% -
HSV(B) 152.73º 0.11% 0.76% -
XYZ 44.96 50.81 52.79 -
YUV 186.28 126.71 117.81 -
System Red Green Blue C M Y K H S L
Decimal 172 194 184 0.11 0 0.05 0.24 152.73 0.15 0.72
Hex AC C2 B8 B 0 5 18 99 F 48
Octal 254 302 270 13 0 5 30 231 17 110
Binary 10101100 11000010 10111000 1011 0 101 11000 10011001 1111 1001000

Color Harmonies of #ACC2B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC2B8

Black with #ACC2B8

Text Example


Text Example

White with #ACC2B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC2B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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