Html Css Color HEX #A9C199 Norway

📋 copy color: '#A9C199'

red 169 ◦ green 193 ◦ blue 153

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

Shades of Norway #A9C199

Tints of Norway #A9C199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 29.71%

R = 32.82%
G = 37.48%
B = 29.71%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#A9C199 (or 0xA9C199) is known color: Norway. HEX triplet: A9, C1 and 99. RGB value is (169,193,153). Sum of RGB (Red+Green+Blue) = 169+193+153=515 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.82% from 515); Green value is 193 (75.78% from 255 or 37.48% from 515); Blue value is 153 (60.16% from 255 or 29.71% from 515); Max value from RGB is 193 - color contains mainly: green. Hex color #A9C199 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C199 is #563E66. Grayscale: #B5B5B5. Windows color (decimal): -5652071 or 10076585. OLE color: 10076585.

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

Color convert

RGB 169 193 153 -
CMYK 0.12 0 0.21 0.24
HSL 96º 0.24% 0.68% -
HSV(B) 96º 0.21% 0.76% -
XYZ 41.18 48.87 37.4 -
YUV 181.26 112.05 119.25 -
System Red Green Blue C M Y K H S L
Decimal 169 193 153 0.12 0 0.21 0.24 96 0.24 0.68
Hex A9 C1 99 C 0 15 18 60 18 44
Octal 251 301 231 14 0 25 30 140 30 104
Binary 10101001 11000001 10011001 1100 0 10101 11000 1100000 11000 1000100

Color Harmonies of #A9C199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9C199

Black with #A9C199

Text Example


Text Example

White with #A9C199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9C199; }

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

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

background-color css

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

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

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

border-color css

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

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

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