#A3B30C

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

Shades of Citrus #A3B30C

Tints of Citrus #A3B30C

Color information

#A3B30C (or 0xA3B30C) is unknown color: approx Citrus. HEX triplet: A3, B3 and 0C. RGB value is (163,179,12). Sum of RGB (Red+Green+Blue) = 163+179+12=354 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.05% from 354); Green value is 179 (70.31% from 255 or 50.56% from 354); Blue value is 12 (5.08% from 255 or 3.39% from 354); Max value from RGB is 179 - color contains mainly: green. Hex color #A3B30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3B30C is #5C4CF3. Grayscale: #9B9B9B. Windows color (decimal): -6049012 or 832419. OLE color: 832419.

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

Color convert

RGB16317912-
CMYK0.0900.930.30
HSL65.75º87.43%37.45%-
HSV(B)65.75º93.3%70.2%-
XYZ31.2940.056.43-
YUV155.1847.2133.58-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.05%
GREEN value IS 179 (70.31% from 255) = 50.56%
BLUE value IS 12 (5.08% from 255) = 3.39%
R=46.05%
G=50.56%
B=3.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal163179120.0900.930.3065.7587.4337.45
HexA3B3C905D1E425725
Octal243263141101353610212745
Binary101000111011001111001001010111011111010000101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B30C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B30C; }

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

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

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

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

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

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

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

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