Html Css Color HEX #A9C098 Norway

📋 copy color: '#A9C098'

red 169 ◦ green 192 ◦ blue 152

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

Shades of Norway #A9C098

Tints of Norway #A9C098

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.43%

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

R = 32.94%
G = 37.43%
B = 29.63%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#A9C098 (or 0xA9C098) is known color: Norway. HEX triplet: A9, C0 and 98. RGB value is (169,192,152). Sum of RGB (Red+Green+Blue) = 169+192+152=513 (67% of max value = 765). Red value is 169 (66.41% from 255 or 32.94% from 513); Green value is 192 (75.39% from 255 or 37.43% from 513); Blue value is 152 (59.77% from 255 or 29.63% from 513); Max value from RGB is 192 - color contains mainly: green. Hex color #A9C098 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C098 is #563F67. Grayscale: #B4B4B4. Windows color (decimal): -5652328 or 10010793. OLE color: 10010793.

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

Color convert

RGB 169 192 152 -
CMYK 0.12 0 0.21 0.25
HSL 94.5º 0.24% 0.67% -
HSV(B) 94.5º 0.21% 0.75% -
XYZ 40.88 48.4 36.89 -
YUV 180.56 111.88 119.75 -
System Red Green Blue C M Y K H S L
Decimal 169 192 152 0.12 0 0.21 0.25 94.5 0.24 0.67
Hex A9 C0 98 C 0 15 19 5E 18 43
Octal 251 300 230 14 0 25 31 136 30 103
Binary 10101001 11000000 10011000 1100 0 10101 11001 1011110 11000 1000011

Color Harmonies of #A9C098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9C098

Black with #A9C098

Text Example


Text Example

White with #A9C098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9C098; }

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

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

background-color css

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

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

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

border-color css

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

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

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