Html Css Color HEX #ACBBB2 Loblolly

📋 copy color: '#ACBBB2'

red 172 ◦ green 187 ◦ blue 178

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

Shades of Loblolly #ACBBB2

Tints of Loblolly #ACBBB2

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.82%

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

R = 32.03%
G = 34.82%
B = 33.15%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#ACBBB2 (or 0xACBBB2) is known color: Loblolly. HEX triplet: AC, BB and B2. RGB value is (172,187,178). Sum of RGB (Red+Green+Blue) = 172+187+178=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 178 (69.92% from 255 or 33.15% from 537); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBBB2 is #53444D. Grayscale: #B5B5B5. Windows color (decimal): -5456974 or 11713452. OLE color: 11713452.

HSL color Cylindrical-coordinate representation of color #ACBBB2: hue angle of 144º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ACBBB2 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 187 178 -
CMYK 0.08 0 0.05 0.27
HSL 144º 0.1% 0.7% -
HSV(B) 144º 0.08% 0.73% -
XYZ 42.82 47.53 49.04 -
YUV 181.49 126.03 121.23 -
System Red Green Blue C M Y K H S L
Decimal 172 187 178 0.08 0 0.05 0.27 144 0.1 0.7
Hex AC BB B2 8 0 5 1B 90 A 46
Octal 254 273 262 10 0 5 33 220 12 106
Binary 10101100 10111011 10110010 1000 0 101 11011 10010000 1010 1000110

Color Harmonies of #ACBBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBBB2

Black with #ACBBB2

Text Example


Text Example

White with #ACBBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBBB2; }

 p { color: rgb(172,187,178); }

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

background-color css

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

 a { background-color: rgb(172,187,178); }

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

border-color css

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

 span { border-color: rgb(172,187,178); }

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