Html Css Color HEX #ACBE8F Norway

📋 copy color: '#ACBE8F'

red 172 ◦ green 190 ◦ blue 143

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

Shades of Norway #ACBE8F

Tints of Norway #ACBE8F

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.62%

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

R = 34.06%
G = 37.62%
B = 28.32%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#ACBE8F (or 0xACBE8F) is known color: Norway. HEX triplet: AC, BE and 8F. RGB value is (172,190,143). Sum of RGB (Red+Green+Blue) = 172+190+143=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 190 (74.61% from 255 or 37.62% from 505); Blue value is 143 (56.25% from 255 or 28.32% from 505); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBE8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBE8F is #534170. Grayscale: #B3B3B3. Windows color (decimal): -5456241 or 9420460. OLE color: 9420460.

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

Color convert

RGB 172 190 143 -
CMYK 0.09 0 0.25 0.25
HSL 82.98º 0.27% 0.65% -
HSV(B) 82.98º 0.25% 0.75% -
XYZ 40.38 47.58 33.04 -
YUV 179.26 107.54 122.82 -
System Red Green Blue C M Y K H S L
Decimal 172 190 143 0.09 0 0.25 0.25 82.98 0.27 0.65
Hex AC BE 8F 9 0 19 19 53 1B 41
Octal 254 276 217 11 0 31 31 123 33 101
Binary 10101100 10111110 10001111 1001 0 11001 11001 1010011 11011 1000001

Color Harmonies of #ACBE8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBE8F

Black with #ACBE8F

Text Example


Text Example

White with #ACBE8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBE8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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