Html Css Color HEX #ACB998 Norway

📋 copy color: '#ACB998'

red 172 ◦ green 185 ◦ blue 152

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

Shades of Norway #ACB998

Tints of Norway #ACB998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 29.86%

R = 33.79%
G = 36.35%
B = 29.86%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#ACB998 (or 0xACB998) is known color: Norway. HEX triplet: AC, B9 and 98. RGB value is (172,185,152). Sum of RGB (Red+Green+Blue) = 172+185+152=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 185 (72.66% from 255 or 36.35% from 509); Blue value is 152 (59.77% from 255 or 29.86% from 509); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB998 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB998 is #534667. Grayscale: #B1B1B1. Windows color (decimal): -5457512 or 10009004. OLE color: 10009004.

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

Color convert

RGB 172 185 152 -
CMYK 0.07 0 0.18 0.27
HSL 83.64º 0.19% 0.66% -
HSV(B) 83.64º 0.18% 0.73% -
XYZ 40.03 45.74 36.42 -
YUV 177.35 113.69 124.18 -
System Red Green Blue C M Y K H S L
Decimal 172 185 152 0.07 0 0.18 0.27 83.64 0.19 0.66
Hex AC B9 98 7 0 12 1B 54 13 42
Octal 254 271 230 7 0 22 33 124 23 102
Binary 10101100 10111001 10011000 111 0 10010 11011 1010100 10011 1000010

Color Harmonies of #ACB998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB998

Black with #ACB998

Text Example


Text Example

White with #ACB998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB998; }

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

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

background-color css

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

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

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

border-color css

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

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

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