Html Css Color HEX #ACBB9C Norway

📋 copy color: '#ACBB9C'

red 172 ◦ green 187 ◦ blue 156

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

Shades of Norway #ACBB9C

Tints of Norway #ACBB9C

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.31%

 BLUE value IS 156 (61.33% from 255) = 30.29%

R = 33.4%
G = 36.31%
B = 30.29%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#ACBB9C (or 0xACBB9C) is known color: Norway. HEX triplet: AC, BB and 9C. RGB value is (172,187,156). Sum of RGB (Red+Green+Blue) = 172+187+156=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 156 (61.33% from 255 or 30.29% from 515); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBB9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBB9C is #534463. Grayscale: #B3B3B3. Windows color (decimal): -5456996 or 10271660. OLE color: 10271660.

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

Color convert

RGB 172 187 156 -
CMYK 0.08 0 0.17 0.27
HSL 89.03º 0.19% 0.67% -
HSV(B) 89.03º 0.17% 0.73% -
XYZ 40.78 46.71 38.32 -
YUV 178.98 115.03 123.02 -
System Red Green Blue C M Y K H S L
Decimal 172 187 156 0.08 0 0.17 0.27 89.03 0.19 0.67
Hex AC BB 9C 8 0 11 1B 59 13 43
Octal 254 273 234 10 0 21 33 131 23 103
Binary 10101100 10111011 10011100 1000 0 10001 11011 1011001 10011 1000011

Color Harmonies of #ACBB9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBB9C

Black with #ACBB9C

Text Example


Text Example

White with #ACBB9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBB9C; }

 p { color: rgb(172,187,156); }

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

background-color css

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

 a { background-color: rgb(172,187,156); }

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

border-color css

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

 span { border-color: rgb(172,187,156); }

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