Html Css Color HEX #A2B788 Norway

📋 copy color: '#A2B788'

red 162 ◦ green 183 ◦ blue 136

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

Shades of Norway #A2B788

Tints of Norway #A2B788

RGB

 RED value IS 162 (63.67% from 255) = 33.68%

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

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

R = 33.68%
G = 38.05%
B = 28.27%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.26

 K value IS 0.28

RGB Variations

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

Color information

#A2B788 (or 0xA2B788) is known color: Norway. HEX triplet: A2, B7 and 88. RGB value is (162,183,136). Sum of RGB (Red+Green+Blue) = 162+183+136=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 183 (71.88% from 255 or 38.05% from 481); Blue value is 136 (53.52% from 255 or 28.27% from 481); Max value from RGB is 183 - color contains mainly: green. Hex color #A2B788 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B788 is #5D4877. Grayscale: #ABABAB. Windows color (decimal): -6113400 or 8959906. OLE color: 8959906.

HSL color Cylindrical-coordinate representation of color #A2B788: hue angle of 86.81º 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 #A2B788 is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB 162 183 136 -
CMYK 0.11 0 0.26 0.28
HSL 86.81º 0.25% 0.63% -
HSV(B) 86.81º 0.26% 0.72% -
XYZ 36.28 43.33 29.74 -
YUV 171.36 108.04 121.32 -
System Red Green Blue C M Y K H S L
Decimal 162 183 136 0.11 0 0.26 0.28 86.81 0.25 0.63
Hex A2 B7 88 B 0 1A 1C 57 19 3F
Octal 242 267 210 13 0 32 34 127 31 77
Binary 10100010 10110111 10001000 1011 0 11010 11100 1010111 11001 111111

Color Harmonies of #A2B788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B788

Black with #A2B788

Text Example


Text Example

White with #A2B788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B788; }

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

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

background-color css

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

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

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

border-color css

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

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

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