#A8BE6C

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

Shades of Olivine #A8BE6C

Tints of Olivine #A8BE6C

Color information

#A8BE6C (or 0xA8BE6C) is unknown color: approx Olivine. HEX triplet: A8, BE and 6C. RGB value is (168,190,108). Sum of RGB (Red+Green+Blue) = 168+190+108=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 190 (74.61% from 255 or 40.77% from 466); Blue value is 108 (42.58% from 255 or 23.18% from 466); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BE6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BE6C is #574193. Grayscale: #AEAEAE. Windows color (decimal): -5718420 or 7126696. OLE color: 7126696.

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

Color convert

RGB168190108-
CMYK0.1200.430.25
HSL76.1º38.68%58.43%-
HSV(B)76.1º43.16%74.51%-
XYZ37.2746.2321.15-
YUV174.0790.71123.67-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.05%
GREEN value IS 190 (74.61% from 255) = 40.77%
BLUE value IS 108 (42.58% from 255) = 23.18%
R=36.05%
G=40.77%
B=23.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681901080.1200.430.2576.138.6858.43
HexA8BE6CC02B194c273a
Octal25027615414053311144772
Binary1010100010111110110110011000101011110011001100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BE6C; }

 p { color: rgb(168,190,108); }

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

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

 a { background-color: rgb(168,190,108); }

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

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

 span { border-color: rgb(168,190,108); }

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