Html Css Color HEX #A0B68F Norway

📋 copy color: '#A0B68F'

red 160 ◦ green 182 ◦ blue 143

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

Shades of Norway #A0B68F

Tints of Norway #A0B68F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.53%

 BLUE value IS 143 (56.25% from 255) = 29.48%

R = 32.99%
G = 37.53%
B = 29.48%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#A0B68F (or 0xA0B68F) is known color: Norway. HEX triplet: A0, B6 and 8F. RGB value is (160,182,143). Sum of RGB (Red+Green+Blue) = 160+182+143=485 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.99% from 485); Green value is 182 (71.48% from 255 or 37.53% from 485); Blue value is 143 (56.25% from 255 or 29.48% from 485); Max value from RGB is 182 - color contains mainly: green. Hex color #A0B68F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B68F is #5F4970. Grayscale: #ABABAB. Windows color (decimal): -6244721 or 9418400. OLE color: 9418400.

HSL color Cylindrical-coordinate representation of color #A0B68F: hue angle of 93.85º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0B68F is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 182 143 -
CMYK 0.12 0 0.21 0.29
HSL 93.85º 0.21% 0.64% -
HSV(B) 93.85º 0.21% 0.71% -
XYZ 36.18 42.91 32.36 -
YUV 170.98 112.21 120.17 -
System Red Green Blue C M Y K H S L
Decimal 160 182 143 0.12 0 0.21 0.29 93.85 0.21 0.64
Hex A0 B6 8F C 0 15 1D 5E 15 40
Octal 240 266 217 14 0 25 35 136 25 100
Binary 10100000 10110110 10001111 1100 0 10101 11101 1011110 10101 1000000

Color Harmonies of #A0B68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B68F

Black with #A0B68F

Text Example


Text Example

White with #A0B68F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B68F; }

 p { color: rgb(160,182,143); }

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

background-color css

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

 a { background-color: rgb(160,182,143); }

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

border-color css

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

 span { border-color: rgb(160,182,143); }

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