Html Css Color HEX #A0BD8E Norway

📋 copy color: '#A0BD8E'

red 160 ◦ green 189 ◦ blue 142

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

Shades of Norway #A0BD8E

Tints of Norway #A0BD8E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.49%

 BLUE value IS 142 (55.86% from 255) = 28.92%

R = 32.59%
G = 38.49%
B = 28.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#A0BD8E (or 0xA0BD8E) is known color: Norway. HEX triplet: A0, BD and 8E. RGB value is (160,189,142). Sum of RGB (Red+Green+Blue) = 160+189+142=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 142 (55.86% from 255 or 28.92% from 491); Max value from RGB is 189 - color contains mainly: green. Hex color #A0BD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BD8E is #5F4271. Grayscale: #AFAFAF. Windows color (decimal): -6242930 or 9354656. OLE color: 9354656.

HSL color Cylindrical-coordinate representation of color #A0BD8E: hue angle of 97.02º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A0BD8E is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 189 142 -
CMYK 0.15 0 0.25 0.26
HSL 97.02º 0.26% 0.65% -
HSV(B) 97.02º 0.25% 0.74% -
XYZ 37.58 45.82 32.46 -
YUV 174.97 109.39 117.32 -
System Red Green Blue C M Y K H S L
Decimal 160 189 142 0.15 0 0.25 0.26 97.02 0.26 0.65
Hex A0 BD 8E F 0 19 1A 61 1A 41
Octal 240 275 216 17 0 31 32 141 32 101
Binary 10100000 10111101 10001110 1111 0 11001 11010 1100001 11010 1000001

Color Harmonies of #A0BD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BD8E

Black with #A0BD8E

Text Example


Text Example

White with #A0BD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BD8E; }

 p { color: rgb(160,189,142); }

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

background-color css

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

 a { background-color: rgb(160,189,142); }

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

border-color css

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

 span { border-color: rgb(160,189,142); }

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