Html Css Color HEX #ACBA9E Norway

📋 copy color: '#ACBA9E'

red 172 ◦ green 186 ◦ blue 158

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

Shades of Norway #ACBA9E

Tints of Norway #ACBA9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 30.62%

R = 33.33%
G = 36.05%
B = 30.62%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#ACBA9E (or 0xACBA9E) is known color: Norway. HEX triplet: AC, BA and 9E. RGB value is (172,186,158). Sum of RGB (Red+Green+Blue) = 172+186+158=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 158 (62.11% from 255 or 30.62% from 516); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBA9E is #534561. Grayscale: #B2B2B2. Windows color (decimal): -5457250 or 10402476. OLE color: 10402476.

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

Color convert

RGB 172 186 158 -
CMYK 0.08 0 0.15 0.27
HSL 90º 0.17% 0.67% -
HSV(B) 90º 0.15% 0.73% -
XYZ 40.74 46.36 39.15 -
YUV 178.62 116.36 123.28 -
System Red Green Blue C M Y K H S L
Decimal 172 186 158 0.08 0 0.15 0.27 90 0.17 0.67
Hex AC BA 9E 8 0 F 1B 5A 11 43
Octal 254 272 236 10 0 17 33 132 21 103
Binary 10101100 10111010 10011110 1000 0 1111 11011 1011010 10001 1000011

Color Harmonies of #ACBA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBA9E

Black with #ACBA9E

Text Example


Text Example

White with #ACBA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBA9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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