#A3CB6E

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

Shades of Olivine #A3CB6E

Tints of Olivine #A3CB6E

Color information

#A3CB6E (or 0xA3CB6E) is unknown color: approx Olivine. HEX triplet: A3, CB and 6E. RGB value is (163,203,110). Sum of RGB (Red+Green+Blue) = 163+203+110=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 203 (79.69% from 255 or 42.65% from 476); Blue value is 110 (43.36% from 255 or 23.11% from 476); Max value from RGB is 203 - color contains mainly: green. Hex color #A3CB6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CB6E is #5C3491. Grayscale: #B4B4B4. Windows color (decimal): -6042770 or 7261091. OLE color: 7261091.

HSL color Cylindrical-coordinate representation of color #A3CB6E: hue angle of 85.81º 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 #A3CB6E is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB163203110-
CMYK0.2000.460.20
HSL85.81º47.21%61.37%-
HSV(B)85.81º45.81%79.61%-
XYZ39.2751.6222.65-
YUV180.4488.25115.56-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.24%
GREEN value IS 203 (79.69% from 255) = 42.65%
BLUE value IS 110 (43.36% from 255) = 23.11%
R=34.24%
G=42.65%
B=23.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1632031100.2000.460.2085.8147.2161.37
HexA3CB6E1402E14562f3d
Octal24331315624056241265775
Binary10100011110010111101110101000101110101001010110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CB6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CB6E; }

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

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

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

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

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

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

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

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