#A3B10C

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

Shades of Citrus #A3B10C

Tints of Citrus #A3B10C

Color information

#A3B10C (or 0xA3B10C) is unknown color: approx Citrus. HEX triplet: A3, B1 and 0C. RGB value is (163,177,12). Sum of RGB (Red+Green+Blue) = 163+177+12=352 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.31% from 352); Green value is 177 (69.53% from 255 or 50.28% from 352); Blue value is 12 (5.08% from 255 or 3.41% from 352); Max value from RGB is 177 - color contains mainly: green. Hex color #A3B10C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3B10C is #5C4EF3. Grayscale: #9A9A9A. Windows color (decimal): -6049524 or 831907. OLE color: 831907.

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

Color convert

RGB16317712-
CMYK0.0800.930.31
HSL65.09º87.3%37.06%-
HSV(B)65.09º93.22%69.41%-
XYZ30.8939.266.3-
YUV15447.86134.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.31%
GREEN value IS 177 (69.53% from 255) = 50.28%
BLUE value IS 12 (5.08% from 255) = 3.41%
R=46.31%
G=50.28%
B=3.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal163177120.0800.930.3165.0987.337.06
HexA3B1C805D1F415725
Octal243261141001353710112745
Binary101000111011000111001000010111011111110000011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B10C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B10C; }

 p { color: rgb(163,177,12); }

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

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

 a { background-color: rgb(163,177,12); }

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

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

 span { border-color: rgb(163,177,12); }

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