Html Css Color HEX #ACBA98 Norway

📋 copy color: '#ACBA98'

red 172 ◦ green 186 ◦ blue 152

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

Shades of Norway #ACBA98

Tints of Norway #ACBA98

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.47%

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

R = 33.73%
G = 36.47%
B = 29.8%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#ACBA98 (or 0xACBA98) is known color: Norway. HEX triplet: AC, BA and 98. RGB value is (172,186,152). Sum of RGB (Red+Green+Blue) = 172+186+152=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 152 (59.77% from 255 or 29.80% from 510); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBA98 is #534567. Grayscale: #B2B2B2. Windows color (decimal): -5457256 or 10009260. OLE color: 10009260.

HSL color Cylindrical-coordinate representation of color #ACBA98: hue angle of 84.71º degrees, saturation: 0.2, 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 #ACBA98 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 186 152 -
CMYK 0.08 0 0.18 0.27
HSL 84.71º 0.2% 0.66% -
HSV(B) 84.71º 0.18% 0.73% -
XYZ 40.24 46.16 36.49 -
YUV 177.94 113.36 123.76 -
System Red Green Blue C M Y K H S L
Decimal 172 186 152 0.08 0 0.18 0.27 84.71 0.2 0.66
Hex AC BA 98 8 0 12 1B 55 14 42
Octal 254 272 230 10 0 22 33 125 24 102
Binary 10101100 10111010 10011000 1000 0 10010 11011 1010101 10100 1000010

Color Harmonies of #ACBA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBA98

Black with #ACBA98

Text Example


Text Example

White with #ACBA98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBA98; }

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

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

background-color css

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

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

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

border-color css

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

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

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