#A8BC67

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

Shades of Olivine #A8BC67

Tints of Olivine #A8BC67

Color information

#A8BC67 (or 0xA8BC67) is unknown color: approx Olivine. HEX triplet: A8, BC and 67. RGB value is (168,188,103). Sum of RGB (Red+Green+Blue) = 168+188+103=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 103 (40.62% from 255 or 22.44% from 459); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BC67 is #574398. Grayscale: #ACACAC. Windows color (decimal): -5718937 or 6798504. OLE color: 6798504.

HSL color Cylindrical-coordinate representation of color #A8BC67: hue angle of 74.12º 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 #A8BC67 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB168188103-
CMYK0.1100.450.26
HSL74.12º38.81%57.06%-
HSV(B)74.12º45.21%73.73%-
XYZ36.5845.2719.64-
YUV172.3388.87124.91-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.60%
GREEN value IS 188 (73.83% from 255) = 40.96%
BLUE value IS 103 (40.62% from 255) = 22.44%
R=36.60%
G=40.96%
B=22.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1681881030.1100.450.2674.1238.8157.06
HexA8BC67B02D1A4a2739
Octal25027414713055321124771
Binary1010100010111100110011110110101101110101001010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BC67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BC67; }

 p { color: rgb(168,188,103); }

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

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

 a { background-color: rgb(168,188,103); }

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

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

 span { border-color: rgb(168,188,103); }

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