Html Css Color HEX #A9C298 Norway

📋 copy color: '#A9C298'

red 169 ◦ green 194 ◦ blue 152

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

Shades of Norway #A9C298

Tints of Norway #A9C298

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.67%

 BLUE value IS 152 (59.77% from 255) = 29.51%

R = 32.82%
G = 37.67%
B = 29.51%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#A9C298 (or 0xA9C298) is known color: Norway. HEX triplet: A9, C2 and 98. RGB value is (169,194,152). Sum of RGB (Red+Green+Blue) = 169+194+152=515 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.82% from 515); Green value is 194 (76.17% from 255 or 37.67% from 515); Blue value is 152 (59.77% from 255 or 29.51% from 515); Max value from RGB is 194 - color contains mainly: green. Hex color #A9C298 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C298 is #563D67. Grayscale: #B5B5B5. Windows color (decimal): -5651816 or 10011305. OLE color: 10011305.

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

Color convert

RGB 169 194 152 -
CMYK 0.13 0 0.22 0.24
HSL 95.71º 0.26% 0.68% -
HSV(B) 95.71º 0.22% 0.76% -
XYZ 41.32 49.29 37.04 -
YUV 181.74 111.22 118.92 -
System Red Green Blue C M Y K H S L
Decimal 169 194 152 0.13 0 0.22 0.24 95.71 0.26 0.68
Hex A9 C2 98 D 0 16 18 60 1A 44
Octal 251 302 230 15 0 26 30 140 32 104
Binary 10101001 11000010 10011000 1101 0 10110 11000 1100000 11010 1000100

Color Harmonies of #A9C298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9C298

Black with #A9C298

Text Example


Text Example

White with #A9C298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9C298; }

 p { color: rgb(169,194,152); }

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

background-color css

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

 a { background-color: rgb(169,194,152); }

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

border-color css

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

 span { border-color: rgb(169,194,152); }

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