#A0B46B

Color #A0B46B Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #A0B46B

Tints of Olivine #A0B46B

Color information

#A0B46B (or 0xA0B46B) is unknown color: approx Olivine. HEX triplet: A0, B4 and 6B. RGB value is (160,180,107). Sum of RGB (Red+Green+Blue) = 160+180+107=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 107 (42.19% from 255 or 23.94% from 447); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B46B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B46B is #5F4B94. Grayscale: #A5A5A5. Windows color (decimal): -6245269 or 7058592. OLE color: 7058592.

HSL color Cylindrical-coordinate representation of color #A0B46B: hue angle of 76.44º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A0B46B is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB160180107-
CMYK0.1100.410.29
HSL76.44º32.74%56.27%-
HSV(B)76.44º40.56%70.59%-
XYZ33.4741.1820.09-
YUV165.794.87123.94-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.79%
GREEN value IS 180 (70.70% from 255) = 40.27%
BLUE value IS 107 (42.19% from 255) = 23.94%
R=35.79%
G=40.27%
B=23.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1601801070.1100.410.2976.4432.7456.27
HexA0B46BB0291D4c2138
Octal24026415313051351144170
Binary1010000010110100110101110110101001111011001100100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B46B; }

 p { color: rgb(160,180,107); }

 H1.HeaderClassName
 {
   color: #A0B46B;
 }
 .AnyTagClassName
 {
   color: #A0B46B;
 }
</style>
background-color css

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

 a { background-color: rgb(160,180,107); }

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

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

 span { border-color: rgb(160,180,107); }

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