#A4CA67

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

Shades of Olivine #A4CA67

Tints of Olivine #A4CA67

Color information

#A4CA67 (or 0xA4CA67) is unknown color: approx Olivine. HEX triplet: A4, CA and 67. RGB value is (164,202,103). Sum of RGB (Red+Green+Blue) = 164+202+103=469 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.97% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 103 (40.62% from 255 or 21.96% from 469); Max value from RGB is 202 - color contains mainly: green. Hex color #A4CA67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4CA67 is #5B3598. Grayscale: #B3B3B3. Windows color (decimal): -5977497 or 6802084. OLE color: 6802084.

HSL color Cylindrical-coordinate representation of color #A4CA67: hue angle of 83.03º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A4CA67 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB164202103-
CMYK0.1900.490.21
HSL83.03º48.29%59.8%-
HSV(B)83.03º49.01%79.22%-
XYZ38.8851.1120.65-
YUV179.3584.91117.05-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.97%
GREEN value IS 202 (79.30% from 255) = 43.07%
BLUE value IS 103 (40.62% from 255) = 21.96%
R=34.97%
G=43.07%
B=21.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1642021030.1900.490.2183.0348.2959.8
HexA4CA67130311553303c
Octal24431214723061251236074
Binary10100100110010101100111100110110001101011010011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CA67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CA67; }

 p { color: rgb(164,202,103); }

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

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

 a { background-color: rgb(164,202,103); }

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

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

 span { border-color: rgb(164,202,103); }

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