Html Css Color HEX #ACBD92 Norway

📋 copy color: '#ACBD92'

red 172 ◦ green 189 ◦ blue 146

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

Shades of Norway #ACBD92

Tints of Norway #ACBD92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.8%

R = 33.93%
G = 37.28%
B = 28.8%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#ACBD92 (or 0xACBD92) is known color: Norway. HEX triplet: AC, BD and 92. RGB value is (172,189,146). Sum of RGB (Red+Green+Blue) = 172+189+146=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 146 (57.42% from 255 or 28.80% from 507); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBD92 is #53426D. Grayscale: #B3B3B3. Windows color (decimal): -5456494 or 9616812. OLE color: 9616812.

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

Color convert

RGB 172 189 146 -
CMYK 0.09 0 0.23 0.26
HSL 83.72º 0.25% 0.66% -
HSV(B) 83.72º 0.23% 0.74% -
XYZ 40.4 47.24 34.18 -
YUV 179.02 109.37 123 -
System Red Green Blue C M Y K H S L
Decimal 172 189 146 0.09 0 0.23 0.26 83.72 0.25 0.66
Hex AC BD 92 9 0 17 1A 54 19 42
Octal 254 275 222 11 0 27 32 124 31 102
Binary 10101100 10111101 10010010 1001 0 10111 11010 1010100 11001 1000010

Color Harmonies of #ACBD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBD92

Black with #ACBD92

Text Example


Text Example

White with #ACBD92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBD92; }

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

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

background-color css

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

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

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

border-color css

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

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

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