Html Css Color HEX #A5BA97 Norway

📋 copy color: '#A5BA97'

red 165 ◦ green 186 ◦ blue 151

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

Shades of Norway #A5BA97

Tints of Norway #A5BA97

RGB

 RED value IS 165 (64.84% from 255) = 32.87%

 GREEN value IS 186 (73.05% from 255) = 37.05%

 BLUE value IS 151 (59.38% from 255) = 30.08%

R = 32.87%
G = 37.05%
B = 30.08%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#A5BA97 (or 0xA5BA97) is known color: Norway. HEX triplet: A5, BA and 97. RGB value is (165,186,151). Sum of RGB (Red+Green+Blue) = 165+186+151=502 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.87% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 151 (59.38% from 255 or 30.08% from 502); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BA97 is #5A4568. Grayscale: #AFAFAF. Windows color (decimal): -5916009 or 9943717. OLE color: 9943717.

HSL color Cylindrical-coordinate representation of color #A5BA97: hue angle of 96º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A5BA97 is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 186 151 -
CMYK 0.11 0 0.19 0.27
HSL 96º 0.2% 0.66% -
HSV(B) 96º 0.19% 0.73% -
XYZ 38.66 45.35 35.99 -
YUV 175.73 114.04 120.35 -
System Red Green Blue C M Y K H S L
Decimal 165 186 151 0.11 0 0.19 0.27 96 0.2 0.66
Hex A5 BA 97 B 0 13 1B 60 14 42
Octal 245 272 227 13 0 23 33 140 24 102
Binary 10100101 10111010 10010111 1011 0 10011 11011 1100000 10100 1000010

Color Harmonies of #A5BA97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BA97

Black with #A5BA97

Text Example


Text Example

White with #A5BA97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BA97; }

 p { color: rgb(165,186,151); }

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

background-color css

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

 a { background-color: rgb(165,186,151); }

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

border-color css

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

 span { border-color: rgb(165,186,151); }

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