#A4B30C

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

Shades of Citrus #A4B30C

Tints of Citrus #A4B30C

Color information

#A4B30C (or 0xA4B30C) is unknown color: approx Citrus. HEX triplet: A4, B3 and 0C. RGB value is (164,179,12). Sum of RGB (Red+Green+Blue) = 164+179+12=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 179 (70.31% from 255 or 50.42% from 355); Blue value is 12 (5.08% from 255 or 3.38% from 355); Max value from RGB is 179 - color contains mainly: green. Hex color #A4B30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4B30C is #5B4CF3. Grayscale: #9C9C9C. Windows color (decimal): -5983476 or 832420. OLE color: 832420.

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

Color convert

RGB16417912-
CMYK0.0800.930.30
HSL65.39º87.43%37.45%-
HSV(B)65.39º93.3%70.2%-
XYZ31.540.166.44-
YUV155.4847.03134.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.20%
GREEN value IS 179 (70.31% from 255) = 50.42%
BLUE value IS 12 (5.08% from 255) = 3.38%
R=46.20%
G=50.42%
B=3.38%

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
Decimal164179120.0800.930.3065.3987.4337.45
HexA4B3C805D1E415725
Octal244263141001353610112745
Binary101001001011001111001000010111011111010000011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B30C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B30C; }

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

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

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

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

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

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

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

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