#A3B30B

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

Shades of Citrus #A3B30B

Tints of Citrus #A3B30B

Color information

#A3B30B (or 0xA3B30B) is unknown color: approx Citrus. HEX triplet: A3, B3 and 0B. RGB value is (163,179,11). Sum of RGB (Red+Green+Blue) = 163+179+11=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 179 (70.31% from 255 or 50.71% from 353); Blue value is 11 (4.69% from 255 or 3.12% from 353); Max value from RGB is 179 - color contains mainly: green. Hex color #A3B30B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3B30B is #5C4CF4. Grayscale: #9B9B9B. Windows color (decimal): -6049013 or 766883. OLE color: 766883.

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

Color convert

RGB16317911-
CMYK0.0900.940.30
HSL65.71º88.42%37.25%-
HSV(B)65.71º93.85%70.2%-
XYZ31.2840.056.4-
YUV155.0646.7133.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.18%
GREEN value IS 179 (70.31% from 255) = 50.71%
BLUE value IS 11 (4.69% from 255) = 3.12%
R=46.18%
G=50.71%
B=3.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal163179110.0900.940.3065.7188.4237.25
HexA3B3B905E1E425825
Octal243263131101363610213045
Binary101000111011001110111001010111101111010000101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B30B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B30B; }

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

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

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

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

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

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

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

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