Html Css Color HEX #A9C492 Norway

📋 copy color: '#A9C492'

red 169 ◦ green 196 ◦ blue 146

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

Shades of Norway #A9C492

Tints of Norway #A9C492

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.36%

 BLUE value IS 146 (57.42% from 255) = 28.57%

R = 33.07%
G = 38.36%
B = 28.57%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#A9C492 (or 0xA9C492) is known color: Norway. HEX triplet: A9, C4 and 92. RGB value is (169,196,146). Sum of RGB (Red+Green+Blue) = 169+196+146=511 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.07% from 511); Green value is 196 (76.95% from 255 or 38.36% from 511); Blue value is 146 (57.42% from 255 or 28.57% from 511); Max value from RGB is 196 - color contains mainly: green. Hex color #A9C492 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C492 is #563B6D. Grayscale: #B6B6B6. Windows color (decimal): -5651310 or 9618601. OLE color: 9618601.

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

Color convert

RGB 169 196 146 -
CMYK 0.14 0 0.26 0.23
HSL 92.4º 0.3% 0.67% -
HSV(B) 92.4º 0.26% 0.77% -
XYZ 41.29 49.99 34.67 -
YUV 182.23 107.55 118.57 -
System Red Green Blue C M Y K H S L
Decimal 169 196 146 0.14 0 0.26 0.23 92.4 0.3 0.67
Hex A9 C4 92 E 0 1A 17 5C 1E 43
Octal 251 304 222 16 0 32 27 134 36 103
Binary 10101001 11000100 10010010 1110 0 11010 10111 1011100 11110 1000011

Color Harmonies of #A9C492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9C492

Black with #A9C492

Text Example


Text Example

White with #A9C492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9C492; }

 p { color: rgb(169,196,146); }

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

background-color css

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

 a { background-color: rgb(169,196,146); }

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

border-color css

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

 span { border-color: rgb(169,196,146); }

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