#A3B70F

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

Shades of Citrus #A3B70F

Tints of Citrus #A3B70F

Color information

#A3B70F (or 0xA3B70F) is unknown color: approx Citrus. HEX triplet: A3, B7 and 0F. RGB value is (163,183,15). Sum of RGB (Red+Green+Blue) = 163+183+15=361 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.15% from 361); Green value is 183 (71.88% from 255 or 50.69% from 361); Blue value is 15 (6.25% from 255 or 4.16% from 361); Max value from RGB is 183 - color contains mainly: green. Hex color #A3B70F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3B70F is #5C48F0. Grayscale: #9E9E9E. Windows color (decimal): -6047985 or 1030051. OLE color: 1030051.

HSL color Cylindrical-coordinate representation of color #A3B70F: hue angle of 67.14º 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 #A3B70F is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB16318315-
CMYK0.1100.920.28
HSL67.14º84.85%38.82%-
HSV(B)67.14º91.8%71.76%-
XYZ32.1241.696.81-
YUV157.8747.37131.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.15%
GREEN value IS 183 (71.88% from 255) = 50.69%
BLUE value IS 15 (6.25% from 255) = 4.16%
R=45.15%
G=50.69%
B=4.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal163183150.1100.920.2867.1484.8538.82
HexA3B7FB05C1C435527
Octal243267171301343410312547
Binary101000111011011111111011010111001110010000111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B70F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B70F; }

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

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

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

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

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

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

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

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