#A4BD0E

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

Shades of Citrus #A4BD0E

Tints of Citrus #A4BD0E

Color information

#A4BD0E (or 0xA4BD0E) is unknown color: approx Citrus. HEX triplet: A4, BD and 0E. RGB value is (164,189,14). Sum of RGB (Red+Green+Blue) = 164+189+14=367 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.69% from 367); Green value is 189 (74.22% from 255 or 51.50% from 367); Blue value is 14 (5.86% from 255 or 3.81% from 367); Max value from RGB is 189 - color contains mainly: green. Hex color #A4BD0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4BD0E is #5B42F1. Grayscale: #A2A2A2. Windows color (decimal): -5980914 or 966052. OLE color: 966052.

HSL color Cylindrical-coordinate representation of color #A4BD0E: hue angle of 68.57º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A4BD0E is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB16418914-
CMYK0.1300.930.26
HSL68.57º86.21%39.8%-
HSV(B)68.57º92.59%74.12%-
XYZ33.5944.327.2-
YUV161.5744.72129.73-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.69%
GREEN value IS 189 (74.22% from 255) = 51.50%
BLUE value IS 14 (5.86% from 255) = 3.81%
R=44.69%
G=51.50%
B=3.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal164189140.1300.930.2668.5786.2139.8
HexA4BDED05D1A455628
Octal244275161501353210512650
Binary101001001011110111101101010111011101010001011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BD0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BD0E; }

 p { color: rgb(164,189,14); }

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

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

 a { background-color: rgb(164,189,14); }

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

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

 span { border-color: rgb(164,189,14); }

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