Html Css Color HEX #A0BD8D Norway

📋 copy color: '#A0BD8D'

red 160 ◦ green 189 ◦ blue 141

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

Shades of Norway #A0BD8D

Tints of Norway #A0BD8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.78%

R = 32.65%
G = 38.57%
B = 28.78%

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

#A0BD8D (or 0xA0BD8D) is known color: Norway. HEX triplet: A0, BD and 8D. RGB value is (160,189,141). Sum of RGB (Red+Green+Blue) = 160+189+141=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 189 - color contains mainly: green. Hex color #A0BD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BD8D is #5F4272. Grayscale: #AFAFAF. Windows color (decimal): -6242931 or 9289120. OLE color: 9289120.

HSL color Cylindrical-coordinate representation of color #A0BD8D: hue angle of 96.25º degrees, saturation: 0.27, 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 #A0BD8D is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 189 141 -
CMYK 0.15 0 0.25 0.26
HSL 96.25º 0.27% 0.65% -
HSV(B) 96.25º 0.25% 0.74% -
XYZ 37.5 45.79 32.06 -
YUV 174.86 108.89 117.4 -
System Red Green Blue C M Y K H S L
Decimal 160 189 141 0.15 0 0.25 0.26 96.25 0.27 0.65
Hex A0 BD 8D F 0 19 1A 60 1B 41
Octal 240 275 215 17 0 31 32 140 33 101
Binary 10100000 10111101 10001101 1111 0 11001 11010 1100000 11011 1000001

Color Harmonies of #A0BD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BD8D

Black with #A0BD8D

Text Example


Text Example

White with #A0BD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BD8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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