#A1BD68

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

Shades of Olivine #A1BD68

Tints of Olivine #A1BD68

Color information

#A1BD68 (or 0xA1BD68) is unknown color: approx Olivine. HEX triplet: A1, BD and 68. RGB value is (161,189,104). Sum of RGB (Red+Green+Blue) = 161+189+104=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 189 (74.22% from 255 or 41.63% from 454); Blue value is 104 (41.02% from 255 or 22.91% from 454); Max value from RGB is 189 - color contains mainly: green. Hex color #A1BD68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BD68 is #5E4297. Grayscale: #ABABAB. Windows color (decimal): -6177432 or 6864289. OLE color: 6864289.

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

Color convert

RGB161189104-
CMYK0.1500.450.26
HSL79.76º39.17%57.45%-
HSV(B)79.76º44.97%74.12%-
XYZ35.3944.9719.91-
YUV170.9490.22120.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.46%
GREEN value IS 189 (74.22% from 255) = 41.63%
BLUE value IS 104 (41.02% from 255) = 22.91%
R=35.46%
G=41.63%
B=22.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1611891040.1500.450.2679.7639.1757.45
HexA1BD68F02D1A502739
Octal24127515017055321204771
Binary1010000110111101110100011110101101110101010000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BD68; }

 p { color: rgb(161,189,104); }

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

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

 a { background-color: rgb(161,189,104); }

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

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

 span { border-color: rgb(161,189,104); }

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