Html Css Color HEX #A8C791 Norway

📋 copy color: '#A8C791'

red 168 ◦ green 199 ◦ blue 145

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

Shades of Norway #A8C791

Tints of Norway #A8C791

RGB

 RED value IS 168 (66.02% from 255) = 32.81%

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

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

R = 32.81%
G = 38.87%
B = 28.32%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#A8C791 (or 0xA8C791) is known color: Norway. HEX triplet: A8, C7 and 91. RGB value is (168,199,145). Sum of RGB (Red+Green+Blue) = 168+199+145=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 199 (78.12% from 255 or 38.87% from 512); Blue value is 145 (57.03% from 255 or 28.32% from 512); Max value from RGB is 199 - color contains mainly: green. Hex color #A8C791 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C791 is #57386E. Grayscale: #B7B7B7. Windows color (decimal): -5716079 or 9553832. OLE color: 9553832.

HSL color Cylindrical-coordinate representation of color #A8C791: hue angle of 94.44º 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 #A8C791 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB 168 199 145 -
CMYK 0.16 0 0.27 0.22
HSL 94.44º 0.33% 0.67% -
HSV(B) 94.44º 0.27% 0.78% -
XYZ 41.68 51.22 34.48 -
YUV 183.58 106.23 116.89 -
System Red Green Blue C M Y K H S L
Decimal 168 199 145 0.16 0 0.27 0.22 94.44 0.33 0.67
Hex A8 C7 91 10 0 1B 16 5E 21 43
Octal 250 307 221 20 0 33 26 136 41 103
Binary 10101000 11000111 10010001 10000 0 11011 10110 1011110 100001 1000011

Color Harmonies of #A8C791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C791

Black with #A8C791

Text Example


Text Example

White with #A8C791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C791; }

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

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

background-color css

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

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

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

border-color css

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

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

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