Html Css Color HEX #A5B793 Norway

📋 copy color: '#A5B793'

red 165 ◦ green 183 ◦ blue 147

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

Shades of Norway #A5B793

Tints of Norway #A5B793

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.97%

 BLUE value IS 147 (57.81% from 255) = 29.7%

R = 33.33%
G = 36.97%
B = 29.7%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.20

 K value IS 0.28

RGB Variations

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

Color information

#A5B793 (or 0xA5B793) is known color: Norway. HEX triplet: A5, B7 and 93. RGB value is (165,183,147). Sum of RGB (Red+Green+Blue) = 165+183+147=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 183 (71.88% from 255 or 36.97% from 495); Blue value is 147 (57.81% from 255 or 29.70% from 495); Max value from RGB is 183 - color contains mainly: green. Hex color #A5B793 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B793 is #5A486C. Grayscale: #ADADAD. Windows color (decimal): -5916781 or 9680805. OLE color: 9680805.

HSL color Cylindrical-coordinate representation of color #A5B793: hue angle of 90º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A5B793 is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.28.

Color convert

RGB 165 183 147 -
CMYK 0.10 0 0.20 0.28
HSL 90º 0.2% 0.65% -
HSV(B) 90º 0.2% 0.72% -
XYZ 37.72 43.97 34.1 -
YUV 173.51 113.04 121.93 -
System Red Green Blue C M Y K H S L
Decimal 165 183 147 0.10 0 0.20 0.28 90 0.2 0.65
Hex A5 B7 93 A 0 14 1C 5A 14 41
Octal 245 267 223 12 0 24 34 132 24 101
Binary 10100101 10110111 10010011 1010 0 10100 11100 1011010 10100 1000001

Color Harmonies of #A5B793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B793

Black with #A5B793

Text Example


Text Example

White with #A5B793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B793; }

 p { color: rgb(165,183,147); }

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

background-color css

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

 a { background-color: rgb(165,183,147); }

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

border-color css

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

 span { border-color: rgb(165,183,147); }

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