Html Css Color HEX #A8C195 Norway

📋 copy color: '#A8C195'

red 168 ◦ green 193 ◦ blue 149

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

Shades of Norway #A8C195

Tints of Norway #A8C195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.22%

R = 32.94%
G = 37.84%
B = 29.22%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#A8C195 (or 0xA8C195) is known color: Norway. HEX triplet: A8, C1 and 95. RGB value is (168,193,149). Sum of RGB (Red+Green+Blue) = 168+193+149=510 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.94% from 510); Green value is 193 (75.78% from 255 or 37.84% from 510); Blue value is 149 (58.59% from 255 or 29.22% from 510); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C195 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C195 is #573E6A. Grayscale: #B4B4B4. Windows color (decimal): -5717611 or 9814440. OLE color: 9814440.

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

Color convert

RGB 168 193 149 -
CMYK 0.13 0 0.23 0.24
HSL 94.09º 0.26% 0.67% -
HSV(B) 94.09º 0.23% 0.76% -
XYZ 40.64 48.63 35.68 -
YUV 180.51 110.22 119.08 -
System Red Green Blue C M Y K H S L
Decimal 168 193 149 0.13 0 0.23 0.24 94.09 0.26 0.67
Hex A8 C1 95 D 0 17 18 5E 1A 43
Octal 250 301 225 15 0 27 30 136 32 103
Binary 10101000 11000001 10010101 1101 0 10111 11000 1011110 11010 1000011

Color Harmonies of #A8C195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C195

Black with #A8C195

Text Example


Text Example

White with #A8C195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C195; }

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

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

background-color css

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

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

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

border-color css

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

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

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