#A8CB6E

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

Shades of Olivine #A8CB6E

Tints of Olivine #A8CB6E

Color information

#A8CB6E (or 0xA8CB6E) is unknown color: approx Olivine. HEX triplet: A8, CB and 6E. RGB value is (168,203,110). Sum of RGB (Red+Green+Blue) = 168+203+110=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 110 (43.36% from 255 or 22.87% from 481); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CB6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CB6E is #573491. Grayscale: #B6B6B6. Windows color (decimal): -5715090 or 7261096. OLE color: 7261096.

HSL color Cylindrical-coordinate representation of color #A8CB6E: hue angle of 82.58º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8CB6E is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB168203110-
CMYK0.1700.460.20
HSL82.58º47.21%61.37%-
HSV(B)82.58º45.81%79.61%-
XYZ40.3252.1622.7-
YUV181.9387.4118.06-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.93%
GREEN value IS 203 (79.69% from 255) = 42.20%
BLUE value IS 110 (43.36% from 255) = 22.87%
R=34.93%
G=42.20%
B=22.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1682031100.1700.460.2082.5847.2161.37
HexA8CB6E1102E14532f3d
Octal25031315621056241235775
Binary10101000110010111101110100010101110101001010011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CB6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CB6E; }

 p { color: rgb(168,203,110); }

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

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

 a { background-color: rgb(168,203,110); }

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

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

 span { border-color: rgb(168,203,110); }

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