#A4B50F

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

Shades of Citrus #A4B50F

Tints of Citrus #A4B50F

Color information

#A4B50F (or 0xA4B50F) is unknown color: approx Citrus. HEX triplet: A4, B5 and 0F. RGB value is (164,181,15). Sum of RGB (Red+Green+Blue) = 164+181+15=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 181 (71.09% from 255 or 50.28% from 360); Blue value is 15 (6.25% from 255 or 4.17% from 360); Max value from RGB is 181 - color contains mainly: green. Hex color #A4B50F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4B50F is #5B4AF0. Grayscale: #9D9D9D. Windows color (decimal): -5982961 or 1029540. OLE color: 1029540.

HSL color Cylindrical-coordinate representation of color #A4B50F: hue angle of 66.14º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A4B50F is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB16418115-
CMYK0.0900.920.29
HSL66.14º84.69%38.43%-
HSV(B)66.14º91.71%70.98%-
XYZ31.9240.976.68-
YUV156.9947.87133-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.56%
GREEN value IS 181 (71.09% from 255) = 50.28%
BLUE value IS 15 (6.25% from 255) = 4.17%
R=45.56%
G=50.28%
B=4.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal164181150.0900.920.2966.1484.6938.43
HexA4B5F905C1D425526
Octal244265171101343510212546
Binary101001001011010111111001010111001110110000101010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B50F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B50F; }

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

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

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

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

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

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

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

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