Html Css Color HEX #ACBE9C Norway

📋 copy color: '#ACBE9C'

red 172 ◦ green 190 ◦ blue 156

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

Shades of Norway #ACBE9C

Tints of Norway #ACBE9C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.68%

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

R = 33.2%
G = 36.68%
B = 30.12%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#ACBE9C (or 0xACBE9C) is known color: Norway. HEX triplet: AC, BE and 9C. RGB value is (172,190,156). Sum of RGB (Red+Green+Blue) = 172+190+156=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 156 (61.33% from 255 or 30.12% from 518); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBE9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBE9C is #534163. Grayscale: #B4B4B4. Windows color (decimal): -5456228 or 10272428. OLE color: 10272428.

HSL color Cylindrical-coordinate representation of color #ACBE9C: hue angle of 91.76º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACBE9C is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 190 156 -
CMYK 0.09 0 0.18 0.25
HSL 91.76º 0.21% 0.68% -
HSV(B) 91.76º 0.18% 0.75% -
XYZ 41.43 48 38.53 -
YUV 180.74 114.04 121.76 -
System Red Green Blue C M Y K H S L
Decimal 172 190 156 0.09 0 0.18 0.25 91.76 0.21 0.68
Hex AC BE 9C 9 0 12 19 5C 15 44
Octal 254 276 234 11 0 22 31 134 25 104
Binary 10101100 10111110 10011100 1001 0 10010 11001 1011100 10101 1000100

Color Harmonies of #ACBE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBE9C

Black with #ACBE9C

Text Example


Text Example

White with #ACBE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBE9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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