Html Css Color HEX #ACBD8F Norway

📋 copy color: '#ACBD8F'

red 172 ◦ green 189 ◦ blue 143

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

Shades of Norway #ACBD8F

Tints of Norway #ACBD8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.37%

R = 34.13%
G = 37.5%
B = 28.37%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#ACBD8F (or 0xACBD8F) is known color: Norway. HEX triplet: AC, BD and 8F. RGB value is (172,189,143). Sum of RGB (Red+Green+Blue) = 172+189+143=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 143 (56.25% from 255 or 28.37% from 504); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBD8F is #534270. Grayscale: #B2B2B2. Windows color (decimal): -5456497 or 9420204. OLE color: 9420204.

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

Color convert

RGB 172 189 143 -
CMYK 0.09 0 0.24 0.26
HSL 82.17º 0.26% 0.65% -
HSV(B) 82.17º 0.24% 0.74% -
XYZ 40.17 47.15 32.97 -
YUV 178.67 107.87 123.24 -
System Red Green Blue C M Y K H S L
Decimal 172 189 143 0.09 0 0.24 0.26 82.17 0.26 0.65
Hex AC BD 8F 9 0 18 1A 52 1A 41
Octal 254 275 217 11 0 30 32 122 32 101
Binary 10101100 10111101 10001111 1001 0 11000 11010 1010010 11010 1000001

Color Harmonies of #ACBD8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBD8F

Black with #ACBD8F

Text Example


Text Example

White with #ACBD8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBD8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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