Html Css Color HEX #A5B496 Norway

📋 copy color: '#A5B496'

red 165 ◦ green 180 ◦ blue 150

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

Shades of Norway #A5B496

Tints of Norway #A5B496

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.36%

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

R = 33.33%
G = 36.36%
B = 30.3%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#A5B496 (or 0xA5B496) is known color: Norway. HEX triplet: A5, B4 and 96. RGB value is (165,180,150). Sum of RGB (Red+Green+Blue) = 165+180+150=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 150 (58.98% from 255 or 30.30% from 495); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B496 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B496 is #5A4B69. Grayscale: #ACACAC. Windows color (decimal): -5917546 or 9876645. OLE color: 9876645.

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

Color convert

RGB 165 180 150 -
CMYK 0.08 0 0.17 0.29
HSL 90º 0.17% 0.65% -
HSV(B) 90º 0.17% 0.71% -
XYZ 37.34 42.84 35.16 -
YUV 172.1 115.53 122.94 -
System Red Green Blue C M Y K H S L
Decimal 165 180 150 0.08 0 0.17 0.29 90 0.17 0.65
Hex A5 B4 96 8 0 11 1D 5A 11 41
Octal 245 264 226 10 0 21 35 132 21 101
Binary 10100101 10110100 10010110 1000 0 10001 11101 1011010 10001 1000001

Color Harmonies of #A5B496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B496

Black with #A5B496

Text Example


Text Example

White with #A5B496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B496; }

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

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

background-color css

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

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

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

border-color css

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

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

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