#A3CD67

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

Shades of Olivine #A3CD67

Tints of Olivine #A3CD67

Color information

#A3CD67 (or 0xA3CD67) is unknown color: approx Olivine. HEX triplet: A3, CD and 67. RGB value is (163,205,103). Sum of RGB (Red+Green+Blue) = 163+205+103=471 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.61% from 471); Green value is 205 (80.47% from 255 or 43.52% from 471); Blue value is 103 (40.62% from 255 or 21.87% from 471); Max value from RGB is 205 - color contains mainly: green. Hex color #A3CD67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CD67 is #5C3298. Grayscale: #B5B5B5. Windows color (decimal): -6042265 or 6802851. OLE color: 6802851.

HSL color Cylindrical-coordinate representation of color #A3CD67: hue angle of 84.71º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A3CD67 is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB163205103-
CMYK0.2000.500.20
HSL84.71º50.5%60.39%-
HSV(B)84.71º49.76%80.39%-
XYZ39.3852.4320.88-
YUV180.8184.09115.29-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.61%
GREEN value IS 205 (80.47% from 255) = 43.52%
BLUE value IS 103 (40.62% from 255) = 21.87%
R=34.61%
G=43.52%
B=21.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1632051030.2000.500.2084.7150.560.39
HexA3CD67140321455323c
Octal24331514724062241256274
Binary10100011110011011100111101000110010101001010101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CD67; }

 p { color: rgb(163,205,103); }

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

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

 a { background-color: rgb(163,205,103); }

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

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

 span { border-color: rgb(163,205,103); }

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