#a4b813

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

Shades of Citrus #A4B813

Tints of Citrus #A4B813

Color information

#A4B813 (or 0xA4B813) is unknown color: approx Citrus. HEX triplet: A4, B8 and 13. RGB value is (164,184,19). Sum of RGB (Red+Green+Blue) = 164+184+19=367 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.69% from 367); Green value is 184 (72.27% from 255 or 50.14% from 367); Blue value is 19 (7.81% from 255 or 5.18% from 367); Max value from RGB is 184 - color contains mainly: green. Hex color #A4B813 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4B813 is #5B47EC. Grayscale: #9F9F9F. Windows color (decimal): -5982189 or 1292452. OLE color: 1292452.

HSL color Cylindrical-coordinate representation of color #A4B813: hue angle of 67.27º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A4B813 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB16418419-
CMYK0.1100.900.28
HSL67.27º81.28%39.8%-
HSV(B)67.27º89.67%72.16%-
XYZ32.5742.227.05-
YUV159.2148.87131.42-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.69%
GREEN value IS 184 (72.27% from 255) = 50.14%
BLUE value IS 19 (7.81% from 255) = 5.18%
R=44.69%
G=50.14%
B=5.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal164184190.1100.900.2867.2781.2839.8
HexA4B813B05A1C435128
Octal244270231301323410312150
Binary1010010010111000100111011010110101110010000111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4b813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4b813; }

 p { color: rgb(164,184,19); }

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

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

 a { background-color: rgb(164,184,19); }

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

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

 span { border-color: rgb(164,184,19); }

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