Html Css Color HEX #A8C191 Norway

📋 copy color: '#A8C191'

red 168 ◦ green 193 ◦ blue 145

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

Shades of Norway #A8C191

Tints of Norway #A8C191

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.14%

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

R = 33.2%
G = 38.14%
B = 28.66%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#A8C191 (or 0xA8C191) is known color: Norway. HEX triplet: A8, C1 and 91. RGB value is (168,193,145). Sum of RGB (Red+Green+Blue) = 168+193+145=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 193 (75.78% from 255 or 38.14% from 506); Blue value is 145 (57.03% from 255 or 28.66% from 506); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C191 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C191 is #573E6E. Grayscale: #B4B4B4. Windows color (decimal): -5717615 or 9552296. OLE color: 9552296.

HSL color Cylindrical-coordinate representation of color #A8C191: hue angle of 91.25º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8C191 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 168 193 145 -
CMYK 0.13 0 0.25 0.24
HSL 91.25º 0.28% 0.66% -
HSV(B) 91.25º 0.25% 0.76% -
XYZ 40.33 48.51 34.03 -
YUV 180.05 108.22 119.4 -
System Red Green Blue C M Y K H S L
Decimal 168 193 145 0.13 0 0.25 0.24 91.25 0.28 0.66
Hex A8 C1 91 D 0 19 18 5B 1C 42
Octal 250 301 221 15 0 31 30 133 34 102
Binary 10101000 11000001 10010001 1101 0 11001 11000 1011011 11100 1000010

Color Harmonies of #A8C191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C191

Black with #A8C191

Text Example


Text Example

White with #A8C191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C191; }

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

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

background-color css

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

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

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

border-color css

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

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

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