Html Css Color HEX #ACC49A Norway

📋 copy color: '#ACC49A'

red 172 ◦ green 196 ◦ blue 154

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

Shades of Norway #ACC49A

Tints of Norway #ACC49A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.55%

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

R = 32.95%
G = 37.55%
B = 29.5%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#ACC49A (or 0xACC49A) is known color: Norway. HEX triplet: AC, C4 and 9A. RGB value is (172,196,154). Sum of RGB (Red+Green+Blue) = 172+196+154=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 196 (76.95% from 255 or 37.55% from 522); Blue value is 154 (60.55% from 255 or 29.50% from 522); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC49A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC49A is #533B65. Grayscale: #B8B8B8. Windows color (decimal): -5454694 or 10142892. OLE color: 10142892.

HSL color Cylindrical-coordinate representation of color #ACC49A: hue angle of 94.29º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACC49A is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB 172 196 154 -
CMYK 0.12 0 0.21 0.23
HSL 94.29º 0.26% 0.69% -
HSV(B) 94.29º 0.21% 0.77% -
XYZ 42.59 50.58 38.09 -
YUV 184.04 111.05 119.42 -
System Red Green Blue C M Y K H S L
Decimal 172 196 154 0.12 0 0.21 0.23 94.29 0.26 0.69
Hex AC C4 9A C 0 15 17 5E 1A 45
Octal 254 304 232 14 0 25 27 136 32 105
Binary 10101100 11000100 10011010 1100 0 10101 10111 1011110 11010 1000101

Color Harmonies of #ACC49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC49A

Black with #ACC49A

Text Example


Text Example

White with #ACC49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC49A; }

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

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

background-color css

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

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

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

border-color css

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

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

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