Html Css Color HEX #A9BC95 Norway

📋 copy color: '#A9BC95'

red 169 ◦ green 188 ◦ blue 149

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

Shades of Norway #A9BC95

Tints of Norway #A9BC95

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.15%

 BLUE value IS 149 (58.59% from 255) = 29.45%

R = 33.4%
G = 37.15%
B = 29.45%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#A9BC95 (or 0xA9BC95) is known color: Norway. HEX triplet: A9, BC and 95. RGB value is (169,188,149). Sum of RGB (Red+Green+Blue) = 169+188+149=506 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.40% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 149 (58.59% from 255 or 29.45% from 506); Max value from RGB is 188 - color contains mainly: green. Hex color #A9BC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BC95 is #56436A. Grayscale: #B2B2B2. Windows color (decimal): -5653355 or 9813161. OLE color: 9813161.

HSL color Cylindrical-coordinate representation of color #A9BC95: hue angle of 89.23º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A9BC95 is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB 169 188 149 -
CMYK 0.10 0 0.21 0.26
HSL 89.23º 0.23% 0.66% -
HSV(B) 89.23º 0.21% 0.74% -
XYZ 39.77 46.57 35.33 -
YUV 177.87 111.71 121.67 -
System Red Green Blue C M Y K H S L
Decimal 169 188 149 0.10 0 0.21 0.26 89.23 0.23 0.66
Hex A9 BC 95 A 0 15 1A 59 17 42
Octal 251 274 225 12 0 25 32 131 27 102
Binary 10101001 10111100 10010101 1010 0 10101 11010 1011001 10111 1000010

Color Harmonies of #A9BC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BC95

Black with #A9BC95

Text Example


Text Example

White with #A9BC95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BC95; }

 p { color: rgb(169,188,149); }

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

background-color css

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

 a { background-color: rgb(169,188,149); }

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

border-color css

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

 span { border-color: rgb(169,188,149); }

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