Html Css Color HEX #A9BF94 Norway

📋 copy color: '#A9BF94'

red 169 ◦ green 191 ◦ blue 148

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

Shades of Norway #A9BF94

Tints of Norway #A9BF94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.13%

R = 33.27%
G = 37.6%
B = 29.13%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#A9BF94 (or 0xA9BF94) is known color: Norway. HEX triplet: A9, BF and 94. RGB value is (169,191,148). Sum of RGB (Red+Green+Blue) = 169+191+148=508 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.27% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 148 (58.20% from 255 or 29.13% from 508); Max value from RGB is 191 - color contains mainly: green. Hex color #A9BF94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BF94 is #56406B. Grayscale: #B3B3B3. Windows color (decimal): -5652588 or 9748393. OLE color: 9748393.

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

Color convert

RGB 169 191 148 -
CMYK 0.12 0 0.23 0.25
HSL 90.7º 0.25% 0.66% -
HSV(B) 90.7º 0.23% 0.75% -
XYZ 40.34 47.83 35.12 -
YUV 179.52 110.21 120.5 -
System Red Green Blue C M Y K H S L
Decimal 169 191 148 0.12 0 0.23 0.25 90.7 0.25 0.66
Hex A9 BF 94 C 0 17 19 5B 19 42
Octal 251 277 224 14 0 27 31 133 31 102
Binary 10101001 10111111 10010100 1100 0 10111 11001 1011011 11001 1000010

Color Harmonies of #A9BF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BF94

Black with #A9BF94

Text Example


Text Example

White with #A9BF94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BF94; }

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

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

background-color css

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

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

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

border-color css

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

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

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