Html Css Color HEX #A5B397 Norway

📋 copy color: '#A5B397'

red 165 ◦ green 179 ◦ blue 151

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

Shades of Norway #A5B397

Tints of Norway #A5B397

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.16%

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

R = 33.33%
G = 36.16%
B = 30.51%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#A5B397 (or 0xA5B397) is known color: Norway. HEX triplet: A5, B3 and 97. RGB value is (165,179,151). Sum of RGB (Red+Green+Blue) = 165+179+151=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 179 (70.31% from 255 or 36.16% from 495); Blue value is 151 (59.38% from 255 or 30.51% from 495); Max value from RGB is 179 - color contains mainly: green. Hex color #A5B397 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B397 is #5A4C68. Grayscale: #ABABAB. Windows color (decimal): -5917801 or 9941925. OLE color: 9941925.

HSL color Cylindrical-coordinate representation of color #A5B397: hue angle of 90º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A5B397 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 165 179 151 -
CMYK 0.08 0 0.16 0.30
HSL 90º 0.16% 0.65% -
HSV(B) 90º 0.16% 0.7% -
XYZ 37.22 42.47 35.51 -
YUV 171.62 116.36 123.28 -
System Red Green Blue C M Y K H S L
Decimal 165 179 151 0.08 0 0.16 0.30 90 0.16 0.65
Hex A5 B3 97 8 0 10 1E 5A 10 41
Octal 245 263 227 10 0 20 36 132 20 101
Binary 10100101 10110011 10010111 1000 0 10000 11110 1011010 10000 1000001

Color Harmonies of #A5B397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B397

Black with #A5B397

Text Example


Text Example

White with #A5B397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B397; }

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

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

background-color css

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

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

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

border-color css

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

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

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