Html Css Color HEX #ACC890 Norway

📋 copy color: '#ACC890'

red 172 ◦ green 200 ◦ blue 144

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

Shades of Norway #ACC890

Tints of Norway #ACC890

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.76%

 BLUE value IS 144 (56.64% from 255) = 27.91%

R = 33.33%
G = 38.76%
B = 27.91%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#ACC890 (or 0xACC890) is known color: Norway. HEX triplet: AC, C8 and 90. RGB value is (172,200,144). Sum of RGB (Red+Green+Blue) = 172+200+144=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 200 (78.52% from 255 or 38.76% from 516); Blue value is 144 (56.64% from 255 or 27.91% from 516); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC890 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC890 is #53376F. Grayscale: #B9B9B9. Windows color (decimal): -5453680 or 9488556. OLE color: 9488556.

HSL color Cylindrical-coordinate representation of color #ACC890: hue angle of 90º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACC890 is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 200 144 -
CMYK 0.14 0 0.28 0.22
HSL 90º 0.34% 0.67% -
HSV(B) 90º 0.28% 0.78% -
XYZ 42.7 52.09 34.19 -
YUV 185.24 104.72 118.55 -
System Red Green Blue C M Y K H S L
Decimal 172 200 144 0.14 0 0.28 0.22 90 0.34 0.67
Hex AC C8 90 E 0 1C 16 5A 22 43
Octal 254 310 220 16 0 34 26 132 42 103
Binary 10101100 11001000 10010000 1110 0 11100 10110 1011010 100010 1000011

Color Harmonies of #ACC890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC890

Black with #ACC890

Text Example


Text Example

White with #ACC890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC890; }

 p { color: rgb(172,200,144); }

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

background-color css

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

 a { background-color: rgb(172,200,144); }

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

border-color css

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

 span { border-color: rgb(172,200,144); }

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