#A8BF66

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

Shades of Olivine #A8BF66

Tints of Olivine #A8BF66

Color information

#A8BF66 (or 0xA8BF66) is unknown color: approx Olivine. HEX triplet: A8, BF and 66. RGB value is (168,191,102). Sum of RGB (Red+Green+Blue) = 168+191+102=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 102 (40.23% from 255 or 22.13% from 461); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BF66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BF66 is #574099. Grayscale: #AEAEAE. Windows color (decimal): -5718170 or 6733736. OLE color: 6733736.

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

Color convert

RGB168191102-
CMYK0.1200.470.25
HSL75.51º41.01%57.45%-
HSV(B)75.51º46.6%74.9%-
XYZ37.1846.5519.6-
YUV173.9887.38123.74-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.44%
GREEN value IS 191 (75% from 255) = 41.43%
BLUE value IS 102 (40.23% from 255) = 22.13%
R=36.44%
G=41.43%
B=22.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681911020.1200.470.2575.5141.0157.45
HexA8BF66C02F194c2939
Octal25027714614057311145171
Binary1010100010111111110011011000101111110011001100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BF66; }

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

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

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

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

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

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

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

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