#A4B30D

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

Shades of Citrus #A4B30D

Tints of Citrus #A4B30D

Color information

#A4B30D (or 0xA4B30D) is unknown color: approx Citrus. HEX triplet: A4, B3 and 0D. RGB value is (164,179,13). Sum of RGB (Red+Green+Blue) = 164+179+13=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 179 (70.31% from 255 or 50.28% from 356); Blue value is 13 (5.47% from 255 or 3.65% from 356); Max value from RGB is 179 - color contains mainly: green. Hex color #A4B30D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4B30D is #5B4CF2. Grayscale: #9C9C9C. Windows color (decimal): -5983475 or 897956. OLE color: 897956.

HSL color Cylindrical-coordinate representation of color #A4B30D: hue angle of 65.42º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A4B30D is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB16417913-
CMYK0.0800.930.30
HSL65.42º86.46%37.65%-
HSV(B)65.42º92.74%70.2%-
XYZ31.540.166.47-
YUV155.5947.53134-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.07%
GREEN value IS 179 (70.31% from 255) = 50.28%
BLUE value IS 13 (5.47% from 255) = 3.65%
R=46.07%
G=50.28%
B=3.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal164179130.0800.930.3065.4286.4637.65
HexA4B3D805D1E415626
Octal244263151001353610112646
Binary101001001011001111011000010111011111010000011010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B30D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B30D; }

 p { color: rgb(164,179,13); }

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

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

 a { background-color: rgb(164,179,13); }

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

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

 span { border-color: rgb(164,179,13); }

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