Html Css Color HEX #ACBD9C Norway

📋 copy color: '#ACBD9C'

red 172 ◦ green 189 ◦ blue 156

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

Shades of Norway #ACBD9C

Tints of Norway #ACBD9C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.56%

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

R = 33.27%
G = 36.56%
B = 30.17%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#ACBD9C (or 0xACBD9C) is known color: Norway. HEX triplet: AC, BD and 9C. RGB value is (172,189,156). Sum of RGB (Red+Green+Blue) = 172+189+156=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 156 (61.33% from 255 or 30.17% from 517); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBD9C is #534263. Grayscale: #B4B4B4. Windows color (decimal): -5456484 or 10272172. OLE color: 10272172.

HSL color Cylindrical-coordinate representation of color #ACBD9C: hue angle of 90.91º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACBD9C is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 189 156 -
CMYK 0.09 0 0.17 0.26
HSL 90.91º 0.2% 0.68% -
HSV(B) 90.91º 0.17% 0.74% -
XYZ 41.21 47.57 38.46 -
YUV 180.16 114.37 122.18 -
System Red Green Blue C M Y K H S L
Decimal 172 189 156 0.09 0 0.17 0.26 90.91 0.2 0.68
Hex AC BD 9C 9 0 11 1A 5B 14 44
Octal 254 275 234 11 0 21 32 133 24 104
Binary 10101100 10111101 10011100 1001 0 10001 11010 1011011 10100 1000100

Color Harmonies of #ACBD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBD9C

Black with #ACBD9C

Text Example


Text Example

White with #ACBD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBD9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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