Html Css Color HEX #ACBC9A Norway

📋 copy color: '#ACBC9A'

red 172 ◦ green 188 ◦ blue 154

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

Shades of Norway #ACBC9A

Tints of Norway #ACBC9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.96%

R = 33.46%
G = 36.58%
B = 29.96%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#ACBC9A (or 0xACBC9A) is known color: Norway. HEX triplet: AC, BC and 9A. RGB value is (172,188,154). Sum of RGB (Red+Green+Blue) = 172+188+154=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 154 (60.55% from 255 or 29.96% from 514); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBC9A is #534365. Grayscale: #B3B3B3. Windows color (decimal): -5456742 or 10140844. OLE color: 10140844.

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

Color convert

RGB 172 188 154 -
CMYK 0.09 0 0.18 0.26
HSL 88.24º 0.2% 0.67% -
HSV(B) 88.24º 0.18% 0.74% -
XYZ 40.83 47.07 37.51 -
YUV 179.34 113.7 122.76 -
System Red Green Blue C M Y K H S L
Decimal 172 188 154 0.09 0 0.18 0.26 88.24 0.2 0.67
Hex AC BC 9A 9 0 12 1A 58 14 43
Octal 254 274 232 11 0 22 32 130 24 103
Binary 10101100 10111100 10011010 1001 0 10010 11010 1011000 10100 1000011

Color Harmonies of #ACBC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBC9A

Black with #ACBC9A

Text Example


Text Example

White with #ACBC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBC9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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