Html Css Color HEX #A0BB82 Norway

📋 copy color: '#A0BB82'

red 160 ◦ green 187 ◦ blue 130

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

Shades of Norway #A0BB82

Tints of Norway #A0BB82

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.2%

 BLUE value IS 130 (51.17% from 255) = 27.25%

R = 33.54%
G = 39.2%
B = 27.25%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#A0BB82 (or 0xA0BB82) is known color: Norway. HEX triplet: A0, BB and 82. RGB value is (160,187,130). Sum of RGB (Red+Green+Blue) = 160+187+130=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 187 (73.44% from 255 or 39.20% from 477); Blue value is 130 (51.17% from 255 or 27.25% from 477); Max value from RGB is 187 - color contains mainly: green. Hex color #A0BB82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BB82 is #5F447D. Grayscale: #ACACAC. Windows color (decimal): -6243454 or 8567712. OLE color: 8567712.

HSL color Cylindrical-coordinate representation of color #A0BB82: hue angle of 88.42º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0BB82 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 187 130 -
CMYK 0.14 0 0.30 0.27
HSL 88.42º 0.3% 0.62% -
HSV(B) 88.42º 0.3% 0.73% -
XYZ 36.3 44.63 27.82 -
YUV 172.43 104.05 119.13 -
System Red Green Blue C M Y K H S L
Decimal 160 187 130 0.14 0 0.30 0.27 88.42 0.3 0.62
Hex A0 BB 82 E 0 1E 1B 58 1E 3E
Octal 240 273 202 16 0 36 33 130 36 76
Binary 10100000 10111011 10000010 1110 0 11110 11011 1011000 11110 111110

Color Harmonies of #A0BB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BB82

Black with #A0BB82

Text Example


Text Example

White with #A0BB82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BB82; }

 p { color: rgb(160,187,130); }

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

background-color css

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

 a { background-color: rgb(160,187,130); }

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

border-color css

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

 span { border-color: rgb(160,187,130); }

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