#A8BF67

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

Shades of Olivine #A8BF67

Tints of Olivine #A8BF67

Color information

#A8BF67 (or 0xA8BF67) is unknown color: approx Olivine. HEX triplet: A8, BF and 67. RGB value is (168,191,103). Sum of RGB (Red+Green+Blue) = 168+191+103=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 191 (75% from 255 or 41.34% from 462); Blue value is 103 (40.62% from 255 or 22.29% from 462); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BF67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BF67 is #574098. Grayscale: #AEAEAE. Windows color (decimal): -5718169 or 6799272. OLE color: 6799272.

HSL color Cylindrical-coordinate representation of color #A8BF67: hue angle of 75.68º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8BF67 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB168191103-
CMYK0.1200.460.25
HSL75.68º40.74%57.65%-
HSV(B)75.68º46.07%74.9%-
XYZ37.2346.5719.86-
YUV174.0987.88123.66-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.36%
GREEN value IS 191 (75% from 255) = 41.34%
BLUE value IS 103 (40.62% from 255) = 22.29%
R=36.36%
G=41.34%
B=22.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681911030.1200.460.2575.6840.7457.65
HexA8BF67C02E194c293a
Octal25027714714056311145172
Binary1010100010111111110011111000101110110011001100101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BF67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BF67; }

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

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

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

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

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

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

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

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