#A8BB69

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

Shades of Olivine #A8BB69

Tints of Olivine #A8BB69

Color information

#A8BB69 (or 0xA8BB69) is unknown color: approx Olivine. HEX triplet: A8, BB and 69. RGB value is (168,187,105). Sum of RGB (Red+Green+Blue) = 168+187+105=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 187 (73.44% from 255 or 40.65% from 460); Blue value is 105 (41.41% from 255 or 22.83% from 460); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BB69 is #574496. Grayscale: #ACACAC. Windows color (decimal): -5719191 or 6929320. OLE color: 6929320.

HSL color Cylindrical-coordinate representation of color #A8BB69: hue angle of 73.9º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A8BB69 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB168187105-
CMYK0.1000.440.27
HSL73.9º37.61%57.25%-
HSV(B)73.9º43.85%73.33%-
XYZ36.4744.8920.11-
YUV171.9790.21125.17-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.52%
GREEN value IS 187 (73.44% from 255) = 40.65%
BLUE value IS 105 (41.41% from 255) = 22.83%
R=36.52%
G=40.65%
B=22.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681871050.1000.440.2773.937.6157.25
HexA8BB69A02C1B4a2639
Octal25027315112054331124671
Binary1010100010111011110100110100101100110111001010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BB69; }

 p { color: rgb(168,187,105); }

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

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

 a { background-color: rgb(168,187,105); }

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

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

 span { border-color: rgb(168,187,105); }

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