Html Css Color HEX #ACB99B Norway

📋 copy color: '#ACB99B'

red 172 ◦ green 185 ◦ blue 155

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

Shades of Norway #ACB99B

Tints of Norway #ACB99B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.27%

R = 33.59%
G = 36.13%
B = 30.27%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#ACB99B (or 0xACB99B) is known color: Norway. HEX triplet: AC, B9 and 9B. RGB value is (172,185,155). Sum of RGB (Red+Green+Blue) = 172+185+155=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 185 (72.66% from 255 or 36.13% from 512); Blue value is 155 (60.94% from 255 or 30.27% from 512); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB99B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB99B is #534664. Grayscale: #B1B1B1. Windows color (decimal): -5457509 or 10205612. OLE color: 10205612.

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

Color convert

RGB 172 185 155 -
CMYK 0.07 0 0.16 0.27
HSL 86º 0.18% 0.67% -
HSV(B) 86º 0.16% 0.73% -
XYZ 40.28 45.84 37.73 -
YUV 177.69 115.19 123.94 -
System Red Green Blue C M Y K H S L
Decimal 172 185 155 0.07 0 0.16 0.27 86 0.18 0.67
Hex AC B9 9B 7 0 10 1B 56 12 43
Octal 254 271 233 7 0 20 33 126 22 103
Binary 10101100 10111001 10011011 111 0 10000 11011 1010110 10010 1000011

Color Harmonies of #ACB99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB99B

Black with #ACB99B

Text Example


Text Example

White with #ACB99B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB99B; }

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

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

background-color css

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

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

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

border-color css

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

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

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