Html Css Color HEX #ACC794 Norway

📋 copy color: '#ACC794'

red 172 ◦ green 199 ◦ blue 148

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

Shades of Norway #ACC794

Tints of Norway #ACC794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.52%

R = 33.14%
G = 38.34%
B = 28.52%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#ACC794 (or 0xACC794) is known color: Norway. HEX triplet: AC, C7 and 94. RGB value is (172,199,148). Sum of RGB (Red+Green+Blue) = 172+199+148=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 199 (78.12% from 255 or 38.34% from 519); Blue value is 148 (58.20% from 255 or 28.52% from 519); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC794 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC794 is #53386B. Grayscale: #B9B9B9. Windows color (decimal): -5453932 or 9750444. OLE color: 9750444.

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

Color convert

RGB 172 199 148 -
CMYK 0.14 0 0.26 0.22
HSL 91.76º 0.31% 0.68% -
HSV(B) 91.76º 0.26% 0.78% -
XYZ 42.78 51.76 35.75 -
YUV 185.11 107.05 118.65 -
System Red Green Blue C M Y K H S L
Decimal 172 199 148 0.14 0 0.26 0.22 91.76 0.31 0.68
Hex AC C7 94 E 0 1A 16 5C 1F 44
Octal 254 307 224 16 0 32 26 134 37 104
Binary 10101100 11000111 10010100 1110 0 11010 10110 1011100 11111 1000100

Color Harmonies of #ACC794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC794

Black with #ACC794

Text Example


Text Example

White with #ACC794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC794; }

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

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

background-color css

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

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

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

border-color css

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

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

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