Html Css Color HEX #A0B488 Norway

📋 copy color: '#A0B488'

red 160 ◦ green 180 ◦ blue 136

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

Shades of Norway #A0B488

Tints of Norway #A0B488

RGB

 RED value IS 160 (62.89% from 255) = 33.61%

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

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

R = 33.61%
G = 37.82%
B = 28.57%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#A0B488 (or 0xA0B488) is known color: Norway. HEX triplet: A0, B4 and 88. RGB value is (160,180,136). Sum of RGB (Red+Green+Blue) = 160+180+136=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 180 (70.70% from 255 or 37.82% from 476); Blue value is 136 (53.52% from 255 or 28.57% from 476); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B488 is #5F4B77. Grayscale: #A9A9A9. Windows color (decimal): -6245240 or 8959136. OLE color: 8959136.

HSL color Cylindrical-coordinate representation of color #A0B488: hue angle of 87.27º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A0B488 is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 180 136 -
CMYK 0.11 0 0.24 0.29
HSL 87.27º 0.23% 0.62% -
HSV(B) 87.27º 0.24% 0.71% -
XYZ 35.26 41.89 29.52 -
YUV 169 109.37 121.58 -
System Red Green Blue C M Y K H S L
Decimal 160 180 136 0.11 0 0.24 0.29 87.27 0.23 0.62
Hex A0 B4 88 B 0 18 1D 57 17 3E
Octal 240 264 210 13 0 30 35 127 27 76
Binary 10100000 10110100 10001000 1011 0 11000 11101 1010111 10111 111110

Color Harmonies of #A0B488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B488

Black with #A0B488

Text Example


Text Example

White with #A0B488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B488; }

 p { color: rgb(160,180,136); }

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

background-color css

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

 a { background-color: rgb(160,180,136); }

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

border-color css

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

 span { border-color: rgb(160,180,136); }

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