#A4CB65

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

Shades of Olivine #A4CB65

Tints of Olivine #A4CB65

Color information

#A4CB65 (or 0xA4CB65) is unknown color: approx Olivine. HEX triplet: A4, CB and 65. RGB value is (164,203,101). Sum of RGB (Red+Green+Blue) = 164+203+101=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 203 (79.69% from 255 or 43.38% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 203 - color contains mainly: green. Hex color #A4CB65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4CB65 is #5B349A. Grayscale: #B4B4B4. Windows color (decimal): -5977243 or 6671268. OLE color: 6671268.

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

Color convert

RGB164203101-
CMYK0.1900.500.20
HSL82.94º49.51%59.61%-
HSV(B)82.94º50.25%79.61%-
XYZ39.0151.5420.2-
YUV179.7183.58116.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.04%
GREEN value IS 203 (79.69% from 255) = 43.38%
BLUE value IS 101 (39.84% from 255) = 21.58%
R=35.04%
G=43.38%
B=21.58%

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
Decimal1642031010.1900.500.2082.9449.5159.61
HexA4CB65130321453323c
Octal24431314523062241236274
Binary10100100110010111100101100110110010101001010011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CB65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CB65; }

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

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

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

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

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

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

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

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