Html Css Color HEX #ACBC94 Norway

📋 copy color: '#ACBC94'

red 172 ◦ green 188 ◦ blue 148

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

Shades of Norway #ACBC94

Tints of Norway #ACBC94

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.01%

 BLUE value IS 148 (58.2% from 255) = 29.13%

R = 33.86%
G = 37.01%
B = 29.13%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#ACBC94 (or 0xACBC94) is known color: Norway. HEX triplet: AC, BC and 94. RGB value is (172,188,148). Sum of RGB (Red+Green+Blue) = 172+188+148=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 148 (58.20% from 255 or 29.13% from 508); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBC94 is #53436B. Grayscale: #B2B2B2. Windows color (decimal): -5456748 or 9747628. OLE color: 9747628.

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

Color convert

RGB 172 188 148 -
CMYK 0.09 0 0.21 0.26
HSL 84º 0.23% 0.66% -
HSV(B) 84º 0.21% 0.74% -
XYZ 40.34 46.88 34.94 -
YUV 178.66 110.7 123.25 -
System Red Green Blue C M Y K H S L
Decimal 172 188 148 0.09 0 0.21 0.26 84 0.23 0.66
Hex AC BC 94 9 0 15 1A 54 17 42
Octal 254 274 224 11 0 25 32 124 27 102
Binary 10101100 10111100 10010100 1001 0 10101 11010 1010100 10111 1000010

Color Harmonies of #ACBC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBC94

Black with #ACBC94

Text Example


Text Example

White with #ACBC94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBC94; }

 p { color: rgb(172,188,148); }

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

background-color css

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

 a { background-color: rgb(172,188,148); }

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

border-color css

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

 span { border-color: rgb(172,188,148); }

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