#a4b20f

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

Shades of Citrus #A4B20F

Tints of Citrus #A4B20F

Color information

#A4B20F (or 0xA4B20F) is unknown color: approx Citrus. HEX triplet: A4, B2 and 0F. RGB value is (164,178,15). Sum of RGB (Red+Green+Blue) = 164+178+15=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 178 (69.92% from 255 or 49.86% from 357); Blue value is 15 (6.25% from 255 or 4.20% from 357); Max value from RGB is 178 - color contains mainly: green. Hex color #A4B20F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4B20F is #5B4DF0. Grayscale: #9B9B9B. Windows color (decimal): -5983729 or 1028772. OLE color: 1028772.

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

Color convert

RGB16417815-
CMYK0.0800.920.30
HSL65.15º84.46%37.84%-
HSV(B)65.15º91.57%69.8%-
XYZ31.3239.776.48-
YUV155.2348.86134.25-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.94%
GREEN value IS 178 (69.92% from 255) = 49.86%
BLUE value IS 15 (6.25% from 255) = 4.20%
R=45.94%
G=49.86%
B=4.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal164178150.0800.920.3065.1584.4637.84
HexA4B2F805C1E415426
Octal244262171001343610112446
Binary101001001011001011111000010111001111010000011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4b20f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4b20f; }

 p { color: rgb(164,178,15); }

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

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

 a { background-color: rgb(164,178,15); }

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

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

 span { border-color: rgb(164,178,15); }

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