Html Css Color HEX #A5B399 Norway

📋 copy color: '#A5B399'

red 165 ◦ green 179 ◦ blue 153

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

Shades of Norway #A5B399

Tints of Norway #A5B399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 30.78%

R = 33.2%
G = 36.02%
B = 30.78%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#A5B399 (or 0xA5B399) is known color: Norway. HEX triplet: A5, B3 and 99. RGB value is (165,179,153). Sum of RGB (Red+Green+Blue) = 165+179+153=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 179 (70.31% from 255 or 36.02% from 497); Blue value is 153 (60.16% from 255 or 30.78% from 497); Max value from RGB is 179 - color contains mainly: green. Hex color #A5B399 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B399 is #5A4C66. Grayscale: #ABABAB. Windows color (decimal): -5917799 or 10072997. OLE color: 10072997.

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

Color convert

RGB 165 179 153 -
CMYK 0.08 0 0.15 0.30
HSL 92.31º 0.15% 0.65% -
HSV(B) 92.31º 0.15% 0.7% -
XYZ 37.39 42.54 36.38 -
YUV 171.85 117.36 123.11 -
System Red Green Blue C M Y K H S L
Decimal 165 179 153 0.08 0 0.15 0.30 92.31 0.15 0.65
Hex A5 B3 99 8 0 F 1E 5C F 41
Octal 245 263 231 10 0 17 36 134 17 101
Binary 10100101 10110011 10011001 1000 0 1111 11110 1011100 1111 1000001

Color Harmonies of #A5B399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B399

Black with #A5B399

Text Example


Text Example

White with #A5B399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B399; }

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

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

background-color css

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

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

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

border-color css

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

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

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