Html Css Color HEX #A9BF90 Norway

📋 copy color: '#A9BF90'

red 169 ◦ green 191 ◦ blue 144

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

Shades of Norway #A9BF90

Tints of Norway #A9BF90

RGB

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

 GREEN value IS 191 (75% from 255) = 37.9%

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

R = 33.53%
G = 37.9%
B = 28.57%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#A9BF90 (or 0xA9BF90) is known color: Norway. HEX triplet: A9, BF and 90. RGB value is (169,191,144). Sum of RGB (Red+Green+Blue) = 169+191+144=504 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.53% from 504); Green value is 191 (75% from 255 or 37.90% from 504); Blue value is 144 (56.64% from 255 or 28.57% from 504); Max value from RGB is 191 - color contains mainly: green. Hex color #A9BF90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BF90 is #56406F. Grayscale: #B3B3B3. Windows color (decimal): -5652592 or 9486249. OLE color: 9486249.

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

Color convert

RGB 169 191 144 -
CMYK 0.12 0 0.25 0.25
HSL 88.09º 0.27% 0.66% -
HSV(B) 88.09º 0.25% 0.75% -
XYZ 40.03 47.71 33.48 -
YUV 179.06 108.21 120.82 -
System Red Green Blue C M Y K H S L
Decimal 169 191 144 0.12 0 0.25 0.25 88.09 0.27 0.66
Hex A9 BF 90 C 0 19 19 58 1B 42
Octal 251 277 220 14 0 31 31 130 33 102
Binary 10101001 10111111 10010000 1100 0 11001 11001 1011000 11011 1000010

Color Harmonies of #A9BF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BF90

Black with #A9BF90

Text Example


Text Example

White with #A9BF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BF90; }

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

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

background-color css

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

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

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

border-color css

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

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

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