Html Css Color HEX #A9BE90 Norway

📋 copy color: '#A9BE90'

red 169 ◦ green 190 ◦ blue 144

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

Shades of Norway #A9BE90

Tints of Norway #A9BE90

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.77%

 BLUE value IS 144 (56.64% from 255) = 28.63%

R = 33.6%
G = 37.77%
B = 28.63%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#A9BE90 (or 0xA9BE90) is known color: Norway. HEX triplet: A9, BE and 90. RGB value is (169,190,144). Sum of RGB (Red+Green+Blue) = 169+190+144=503 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.60% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 144 (56.64% from 255 or 28.63% from 503); Max value from RGB is 190 - color contains mainly: green. Hex color #A9BE90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BE90 is #56416F. Grayscale: #B2B2B2. Windows color (decimal): -5652848 or 9485993. OLE color: 9485993.

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

Color convert

RGB 169 190 144 -
CMYK 0.11 0 0.24 0.25
HSL 87.39º 0.26% 0.65% -
HSV(B) 87.39º 0.24% 0.75% -
XYZ 39.81 47.28 33.41 -
YUV 178.48 108.54 121.24 -
System Red Green Blue C M Y K H S L
Decimal 169 190 144 0.11 0 0.24 0.25 87.39 0.26 0.65
Hex A9 BE 90 B 0 18 19 57 1A 41
Octal 251 276 220 13 0 30 31 127 32 101
Binary 10101001 10111110 10010000 1011 0 11000 11001 1010111 11010 1000001

Color Harmonies of #A9BE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BE90

Black with #A9BE90

Text Example


Text Example

White with #A9BE90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BE90; }

 p { color: rgb(169,190,144); }

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

background-color css

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

 a { background-color: rgb(169,190,144); }

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

border-color css

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

 span { border-color: rgb(169,190,144); }

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