Html Css Color HEX #A0B68B Norway

📋 copy color: '#A0B68B'

red 160 ◦ green 182 ◦ blue 139

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

Shades of Norway #A0B68B

Tints of Norway #A0B68B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.9%

R = 33.26%
G = 37.84%
B = 28.9%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#A0B68B (or 0xA0B68B) is known color: Norway. HEX triplet: A0, B6 and 8B. RGB value is (160,182,139). Sum of RGB (Red+Green+Blue) = 160+182+139=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 182 (71.48% from 255 or 37.84% from 481); Blue value is 139 (54.69% from 255 or 28.90% from 481); Max value from RGB is 182 - color contains mainly: green. Hex color #A0B68B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B68B is #5F4974. Grayscale: #AAAAAA. Windows color (decimal): -6244725 or 9156256. OLE color: 9156256.

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

Color convert

RGB 160 182 139 -
CMYK 0.12 0 0.24 0.29
HSL 90.7º 0.23% 0.63% -
HSV(B) 90.7º 0.24% 0.71% -
XYZ 35.89 42.79 30.79 -
YUV 170.52 110.21 120.5 -
System Red Green Blue C M Y K H S L
Decimal 160 182 139 0.12 0 0.24 0.29 90.7 0.23 0.63
Hex A0 B6 8B C 0 18 1D 5B 17 3F
Octal 240 266 213 14 0 30 35 133 27 77
Binary 10100000 10110110 10001011 1100 0 11000 11101 1011011 10111 111111

Color Harmonies of #A0B68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B68B

Black with #A0B68B

Text Example


Text Example

White with #A0B68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B68B; }

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

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

background-color css

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

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

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

border-color css

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

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

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