Html Css Color HEX #A5B788 Norway

📋 copy color: '#A5B788'

red 165 ◦ green 183 ◦ blue 136

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

Shades of Norway #A5B788

Tints of Norway #A5B788

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 28.1%

R = 34.09%
G = 37.81%
B = 28.1%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.26

 K value IS 0.28

RGB Variations

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

Color information

#A5B788 (or 0xA5B788) is known color: Norway. HEX triplet: A5, B7 and 88. RGB value is (165,183,136). Sum of RGB (Red+Green+Blue) = 165+183+136=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 183 (71.88% from 255 or 37.81% from 484); Blue value is 136 (53.52% from 255 or 28.10% from 484); Max value from RGB is 183 - color contains mainly: green. Hex color #A5B788 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B788 is #5A4877. Grayscale: #ACACAC. Windows color (decimal): -5916792 or 8959909. OLE color: 8959909.

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

Color convert

RGB 165 183 136 -
CMYK 0.10 0 0.26 0.28
HSL 82.98º 0.25% 0.63% -
HSV(B) 82.98º 0.26% 0.72% -
XYZ 36.89 43.64 29.77 -
YUV 172.26 107.54 122.82 -
System Red Green Blue C M Y K H S L
Decimal 165 183 136 0.10 0 0.26 0.28 82.98 0.25 0.63
Hex A5 B7 88 A 0 1A 1C 53 19 3F
Octal 245 267 210 12 0 32 34 123 31 77
Binary 10100101 10110111 10001000 1010 0 11010 11100 1010011 11001 111111

Color Harmonies of #A5B788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B788

Black with #A5B788

Text Example


Text Example

White with #A5B788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B788; }

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

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

background-color css

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

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

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

border-color css

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

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

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