#A3B00C

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

Shades of Citrus #A3B00C

Tints of Citrus #A3B00C

Color information

#A3B00C (or 0xA3B00C) is unknown color: approx Citrus. HEX triplet: A3, B0 and 0C. RGB value is (163,176,12). Sum of RGB (Red+Green+Blue) = 163+176+12=351 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.44% from 351); Green value is 176 (69.14% from 255 or 50.14% from 351); Blue value is 12 (5.08% from 255 or 3.42% from 351); Max value from RGB is 176 - color contains mainly: green. Hex color #A3B00C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3B00C is #5C4FF3. Grayscale: #9A9A9A. Windows color (decimal): -6049780 or 831651. OLE color: 831651.

HSL color Cylindrical-coordinate representation of color #A3B00C: hue angle of 64.76º 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 #A3B00C is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB16317612-
CMYK0.0700.930.31
HSL64.76º87.23%36.86%-
HSV(B)64.76º93.18%69.02%-
XYZ30.738.866.23-
YUV153.4248.19134.84-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.44%
GREEN value IS 176 (69.14% from 255) = 50.14%
BLUE value IS 12 (5.08% from 255) = 3.42%
R=46.44%
G=50.14%
B=3.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal163176120.0700.930.3164.7687.2336.86
HexA3B0C705D1F415725
Octal24326014701353710112745
Binary10100011101100001100111010111011111110000011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B00C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B00C; }

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

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

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

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

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

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

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

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