Html Css Color HEX #ACB89C Norway

📋 copy color: '#ACB89C'

red 172 ◦ green 184 ◦ blue 156

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

Shades of Norway #ACB89C

Tints of Norway #ACB89C

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.94%

 BLUE value IS 156 (61.33% from 255) = 30.47%

R = 33.59%
G = 35.94%
B = 30.47%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.15

 K value IS 0.28

RGB Variations

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

Color information

#ACB89C (or 0xACB89C) is known color: Norway. HEX triplet: AC, B8 and 9C. RGB value is (172,184,156). Sum of RGB (Red+Green+Blue) = 172+184+156=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 184 (72.27% from 255 or 35.94% from 512); Blue value is 156 (61.33% from 255 or 30.47% from 512); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB89C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB89C is #534763. Grayscale: #B1B1B1. Windows color (decimal): -5457764 or 10270892. OLE color: 10270892.

HSL color Cylindrical-coordinate representation of color #ACB89C: hue angle of 85.71º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACB89C is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 184 156 -
CMYK 0.07 0 0.15 0.28
HSL 85.71º 0.16% 0.67% -
HSV(B) 85.71º 0.15% 0.72% -
XYZ 40.15 45.45 38.11 -
YUV 177.22 116.02 124.28 -
System Red Green Blue C M Y K H S L
Decimal 172 184 156 0.07 0 0.15 0.28 85.71 0.16 0.67
Hex AC B8 9C 7 0 F 1C 56 10 43
Octal 254 270 234 7 0 17 34 126 20 103
Binary 10101100 10111000 10011100 111 0 1111 11100 1010110 10000 1000011

Color Harmonies of #ACB89C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB89C

Black with #ACB89C

Text Example


Text Example

White with #ACB89C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB89C; }

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

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

background-color css

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

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

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

border-color css

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

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

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