Html Css Color HEX #A5B396 Norway

📋 copy color: '#A5B396'

red 165 ◦ green 179 ◦ blue 150

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

Shades of Norway #A5B396

Tints of Norway #A5B396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.36%

R = 33.4%
G = 36.23%
B = 30.36%

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

#A5B396 (or 0xA5B396) is known color: Norway. HEX triplet: A5, B3 and 96. RGB value is (165,179,150). Sum of RGB (Red+Green+Blue) = 165+179+150=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 179 (70.31% from 255 or 36.23% from 494); Blue value is 150 (58.98% from 255 or 30.36% from 494); Max value from RGB is 179 - color contains mainly: green. Hex color #A5B396 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B396 is #5A4C69. Grayscale: #ABABAB. Windows color (decimal): -5917802 or 9876389. OLE color: 9876389.

HSL color Cylindrical-coordinate representation of color #A5B396: hue angle of 88.97º 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 #A5B396 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 165 179 150 -
CMYK 0.08 0 0.16 0.30
HSL 88.97º 0.16% 0.65% -
HSV(B) 88.97º 0.16% 0.7% -
XYZ 37.14 42.44 35.09 -
YUV 171.51 115.86 123.36 -
System Red Green Blue C M Y K H S L
Decimal 165 179 150 0.08 0 0.16 0.30 88.97 0.16 0.65
Hex A5 B3 96 8 0 10 1E 59 10 41
Octal 245 263 226 10 0 20 36 131 20 101
Binary 10100101 10110011 10010110 1000 0 10000 11110 1011001 10000 1000001

Color Harmonies of #A5B396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B396

Black with #A5B396

Text Example


Text Example

White with #A5B396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B396; }

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

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

background-color css

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

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

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

border-color css

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

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

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