Html Css Color HEX #ACC0B6 Loblolly

📋 copy color: '#ACC0B6'

red 172 ◦ green 192 ◦ blue 182

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

Shades of Loblolly #ACC0B6

Tints of Loblolly #ACC0B6

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.16%

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

R = 31.5%
G = 35.16%
B = 33.33%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#ACC0B6 (or 0xACC0B6) is known color: Loblolly. HEX triplet: AC, C0 and B6. RGB value is (172,192,182). Sum of RGB (Red+Green+Blue) = 172+192+182=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 192 (75.39% from 255 or 35.16% from 546); Blue value is 182 (71.48% from 255 or 33.33% from 546); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC0B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC0B6 is #533F49. Grayscale: #B8B8B8. Windows color (decimal): -5455690 or 11976876. OLE color: 11976876.

HSL color Cylindrical-coordinate representation of color #ACC0B6: hue angle of 150º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ACC0B6 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 192 182 -
CMYK 0.10 0 0.05 0.25
HSL 150º 0.14% 0.71% -
HSV(B) 150º 0.1% 0.75% -
XYZ 44.31 49.85 51.54 -
YUV 184.88 126.37 118.81 -
System Red Green Blue C M Y K H S L
Decimal 172 192 182 0.10 0 0.05 0.25 150 0.14 0.71
Hex AC C0 B6 A 0 5 19 96 E 47
Octal 254 300 266 12 0 5 31 226 16 107
Binary 10101100 11000000 10110110 1010 0 101 11001 10010110 1110 1000111

Color Harmonies of #ACC0B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC0B6

Black with #ACC0B6

Text Example


Text Example

White with #ACC0B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC0B6; }

 p { color: rgb(172,192,182); }

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

background-color css

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

 a { background-color: rgb(172,192,182); }

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

border-color css

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

 span { border-color: rgb(172,192,182); }

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