Html Css Color HEX #ACB999 Norway

📋 copy color: '#ACB999'

red 172 ◦ green 185 ◦ blue 153

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

Shades of Norway #ACB999

Tints of Norway #ACB999

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.27%

 BLUE value IS 153 (60.16% from 255) = 30%

R = 33.73%
G = 36.27%
B = 30%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#ACB999 (or 0xACB999) is known color: Norway. HEX triplet: AC, B9 and 99. RGB value is (172,185,153). Sum of RGB (Red+Green+Blue) = 172+185+153=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 185 (72.66% from 255 or 36.27% from 510); Blue value is 153 (60.16% from 255 or 30% from 510); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB999 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB999 is #534666. Grayscale: #B1B1B1. Windows color (decimal): -5457511 or 10074540. OLE color: 10074540.

HSL color Cylindrical-coordinate representation of color #ACB999: hue angle of 84.38º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACB999 is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 185 153 -
CMYK 0.07 0 0.17 0.27
HSL 84.38º 0.19% 0.66% -
HSV(B) 84.38º 0.17% 0.73% -
XYZ 40.11 45.77 36.86 -
YUV 177.47 114.19 124.1 -
System Red Green Blue C M Y K H S L
Decimal 172 185 153 0.07 0 0.17 0.27 84.38 0.19 0.66
Hex AC B9 99 7 0 11 1B 54 13 42
Octal 254 271 231 7 0 21 33 124 23 102
Binary 10101100 10111001 10011001 111 0 10001 11011 1010100 10011 1000010

Color Harmonies of #ACB999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB999

Black with #ACB999

Text Example


Text Example

White with #ACB999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB999; }

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

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

background-color css

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

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

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

border-color css

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

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

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