#A4CB66

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

Shades of Olivine #A4CB66

Tints of Olivine #A4CB66

Color information

#A4CB66 (or 0xA4CB66) is unknown color: approx Olivine. HEX triplet: A4, CB and 66. RGB value is (164,203,102). Sum of RGB (Red+Green+Blue) = 164+203+102=469 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.97% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 102 (40.23% from 255 or 21.75% from 469); Max value from RGB is 203 - color contains mainly: green. Hex color #A4CB66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4CB66 is #5B3499. Grayscale: #B4B4B4. Windows color (decimal): -5977242 or 6736804. OLE color: 6736804.

HSL color Cylindrical-coordinate representation of color #A4CB66: hue angle of 83.17º degrees, saturation: 0.49, 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 #A4CB66 is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB164203102-
CMYK0.1900.500.20
HSL83.17º49.27%59.8%-
HSV(B)83.17º49.75%79.61%-
XYZ39.0651.5620.46-
YUV179.8284.08116.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.97%
GREEN value IS 203 (79.69% from 255) = 43.28%
BLUE value IS 102 (40.23% from 255) = 21.75%
R=34.97%
G=43.28%
B=21.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1642031020.1900.500.2083.1749.2759.8
HexA4CB66130321453313c
Octal24431314623062241236174
Binary10100100110010111100110100110110010101001010011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CB66; }

 p { color: rgb(164,203,102); }

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

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

 a { background-color: rgb(164,203,102); }

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

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

 span { border-color: rgb(164,203,102); }

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