Html Css Color HEX #ACC791 Norway

📋 copy color: '#ACC791'

red 172 ◦ green 199 ◦ blue 145

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

Shades of Norway #ACC791

Tints of Norway #ACC791

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.57%

 BLUE value IS 145 (57.03% from 255) = 28.1%

R = 33.33%
G = 38.57%
B = 28.1%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#ACC791 (or 0xACC791) is known color: Norway. HEX triplet: AC, C7 and 91. RGB value is (172,199,145). Sum of RGB (Red+Green+Blue) = 172+199+145=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 199 (78.12% from 255 or 38.57% from 516); Blue value is 145 (57.03% from 255 or 28.10% from 516); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC791 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC791 is #53386E. Grayscale: #B8B8B8. Windows color (decimal): -5453935 or 9553836. OLE color: 9553836.

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

Color convert

RGB 172 199 145 -
CMYK 0.14 0 0.27 0.22
HSL 90º 0.33% 0.67% -
HSV(B) 90º 0.27% 0.78% -
XYZ 42.55 51.66 34.52 -
YUV 184.77 105.55 118.89 -
System Red Green Blue C M Y K H S L
Decimal 172 199 145 0.14 0 0.27 0.22 90 0.33 0.67
Hex AC C7 91 E 0 1B 16 5A 21 43
Octal 254 307 221 16 0 33 26 132 41 103
Binary 10101100 11000111 10010001 1110 0 11011 10110 1011010 100001 1000011

Color Harmonies of #ACC791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC791

Black with #ACC791

Text Example


Text Example

White with #ACC791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC791; }

 p { color: rgb(172,199,145); }

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

background-color css

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

 a { background-color: rgb(172,199,145); }

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

border-color css

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

 span { border-color: rgb(172,199,145); }

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