#A4B70F

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

Shades of Citrus #A4B70F

Tints of Citrus #A4B70F

Color information

#A4B70F (or 0xA4B70F) is unknown color: approx Citrus. HEX triplet: A4, B7 and 0F. RGB value is (164,183,15). Sum of RGB (Red+Green+Blue) = 164+183+15=362 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.30% from 362); Green value is 183 (71.88% from 255 or 50.55% from 362); Blue value is 15 (6.25% from 255 or 4.14% from 362); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B70F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4B70F is #5B48F0. Grayscale: #9E9E9E. Windows color (decimal): -5982449 or 1030052. OLE color: 1030052.

HSL color Cylindrical-coordinate representation of color #A4B70F: hue angle of 66.79º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A4B70F is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB16418315-
CMYK0.1000.920.28
HSL66.79º84.85%38.82%-
HSV(B)66.79º91.8%71.76%-
XYZ32.3341.796.82-
YUV158.1747.21132.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.30%
GREEN value IS 183 (71.88% from 255) = 50.55%
BLUE value IS 15 (6.25% from 255) = 4.14%
R=45.30%
G=50.55%
B=4.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal164183150.1000.920.2866.7984.8538.82
HexA4B7FA05C1C435527
Octal244267171201343410312547
Binary101001001011011111111010010111001110010000111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B70F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B70F; }

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

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

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

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

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

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

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

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