Html Css Color HEX #A8C491 Norway

📋 copy color: '#A8C491'

red 168 ◦ green 196 ◦ blue 145

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

Shades of Norway #A8C491

Tints of Norway #A8C491

RGB

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

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

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

R = 33.01%
G = 38.51%
B = 28.49%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#A8C491 (or 0xA8C491) is known color: Norway. HEX triplet: A8, C4 and 91. RGB value is (168,196,145). Sum of RGB (Red+Green+Blue) = 168+196+145=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 196 (76.95% from 255 or 38.51% from 509); Blue value is 145 (57.03% from 255 or 28.49% from 509); Max value from RGB is 196 - color contains mainly: green. Hex color #A8C491 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C491 is #573B6E. Grayscale: #B5B5B5. Windows color (decimal): -5716847 or 9553064. OLE color: 9553064.

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

Color convert

RGB 168 196 145 -
CMYK 0.14 0 0.26 0.23
HSL 92.94º 0.3% 0.67% -
HSV(B) 92.94º 0.26% 0.77% -
XYZ 41 49.85 34.25 -
YUV 181.81 107.22 118.15 -
System Red Green Blue C M Y K H S L
Decimal 168 196 145 0.14 0 0.26 0.23 92.94 0.3 0.67
Hex A8 C4 91 E 0 1A 17 5D 1E 43
Octal 250 304 221 16 0 32 27 135 36 103
Binary 10101000 11000100 10010001 1110 0 11010 10111 1011101 11110 1000011

Color Harmonies of #A8C491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C491

Black with #A8C491

Text Example


Text Example

White with #A8C491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C491; }

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

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

background-color css

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

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

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

border-color css

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

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

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