#A4BD03

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

Shades of Citrus #A4BD03

Tints of Citrus #A4BD03

Color information

#A4BD03 (or 0xA4BD03) is unknown color: approx Citrus. HEX triplet: A4, BD and 03. RGB value is (164,189,3). Sum of RGB (Red+Green+Blue) = 164+189+3=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 189 (74.22% from 255 or 53.09% from 356); Blue value is 3 (1.56% from 255 or 0.84% from 356); Max value from RGB is 189 - color contains mainly: green. Hex color #A4BD03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4BD03 is #5B42FC. Grayscale: #A1A1A1. Windows color (decimal): -5980925 or 245156. OLE color: 245156.

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

Color convert

RGB1641893-
CMYK0.1300.980.26
HSL68.06º96.88%37.65%-
HSV(B)68.06º98.41%74.12%-
XYZ33.5244.296.87-
YUV160.3239.22130.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.07%
GREEN value IS 189 (74.22% from 255) = 53.09%
BLUE value IS 3 (1.56% from 255) = 0.84%
R=46.07%
G=53.09%
B=0.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal16418930.1300.980.2668.0696.8837.65
HexA4BD3D0621A446126
Octal24427531501423210414146
Binary1010010010111101111101011000101101010001001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BD03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BD03; }

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

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

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

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

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

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

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

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