Html Css Color HEX #A9C196 Norway

📋 copy color: '#A9C196'

red 169 ◦ green 193 ◦ blue 150

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

Shades of Norway #A9C196

Tints of Norway #A9C196

RGB

 RED value IS 169 (66.41% from 255) = 33.01%

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

 BLUE value IS 150 (58.98% from 255) = 29.3%

R = 33.01%
G = 37.7%
B = 29.3%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#A9C196 (or 0xA9C196) is known color: Norway. HEX triplet: A9, C1 and 96. RGB value is (169,193,150). Sum of RGB (Red+Green+Blue) = 169+193+150=512 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.01% from 512); Green value is 193 (75.78% from 255 or 37.70% from 512); Blue value is 150 (58.98% from 255 or 29.30% from 512); Max value from RGB is 193 - color contains mainly: green. Hex color #A9C196 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C196 is #563E69. Grayscale: #B5B5B5. Windows color (decimal): -5652074 or 9879977. OLE color: 9879977.

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

Color convert

RGB 169 193 150 -
CMYK 0.12 0 0.22 0.24
HSL 93.49º 0.26% 0.67% -
HSV(B) 93.49º 0.22% 0.76% -
XYZ 40.94 48.78 36.11 -
YUV 180.92 110.55 119.5 -
System Red Green Blue C M Y K H S L
Decimal 169 193 150 0.12 0 0.22 0.24 93.49 0.26 0.67
Hex A9 C1 96 C 0 16 18 5D 1A 43
Octal 251 301 226 14 0 26 30 135 32 103
Binary 10101001 11000001 10010110 1100 0 10110 11000 1011101 11010 1000011

Color Harmonies of #A9C196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9C196

Black with #A9C196

Text Example


Text Example

White with #A9C196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9C196; }

 p { color: rgb(169,193,150); }

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

background-color css

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

 a { background-color: rgb(169,193,150); }

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

border-color css

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

 span { border-color: rgb(169,193,150); }

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