Html Css Color HEX #ACBC96 Norway

📋 copy color: '#ACBC96'

red 172 ◦ green 188 ◦ blue 150

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

Shades of Norway #ACBC96

Tints of Norway #ACBC96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.41%

R = 33.73%
G = 36.86%
B = 29.41%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#ACBC96 (or 0xACBC96) is known color: Norway. HEX triplet: AC, BC and 96. RGB value is (172,188,150). Sum of RGB (Red+Green+Blue) = 172+188+150=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 188 (73.83% from 255 or 36.86% from 510); Blue value is 150 (58.98% from 255 or 29.41% from 510); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBC96 is #534369. Grayscale: #B3B3B3. Windows color (decimal): -5456746 or 9878700. OLE color: 9878700.

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

Color convert

RGB 172 188 150 -
CMYK 0.09 0 0.20 0.26
HSL 85.26º 0.22% 0.66% -
HSV(B) 85.26º 0.2% 0.74% -
XYZ 40.5 46.94 35.78 -
YUV 178.88 111.7 123.09 -
System Red Green Blue C M Y K H S L
Decimal 172 188 150 0.09 0 0.20 0.26 85.26 0.22 0.66
Hex AC BC 96 9 0 14 1A 55 16 42
Octal 254 274 226 11 0 24 32 125 26 102
Binary 10101100 10111100 10010110 1001 0 10100 11010 1010101 10110 1000010

Color Harmonies of #ACBC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBC96

Black with #ACBC96

Text Example


Text Example

White with #ACBC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBC96; }

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

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

background-color css

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

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

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

border-color css

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

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

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