#A3B30E

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

Shades of Citrus #A3B30E

Tints of Citrus #A3B30E

Color information

#A3B30E (or 0xA3B30E) is unknown color: approx Citrus. HEX triplet: A3, B3 and 0E. RGB value is (163,179,14). Sum of RGB (Red+Green+Blue) = 163+179+14=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 179 (70.31% from 255 or 50.28% from 356); Blue value is 14 (5.86% from 255 or 3.93% from 356); Max value from RGB is 179 - color contains mainly: green. Hex color #A3B30E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3B30E is #5C4CF1. Grayscale: #9C9C9C. Windows color (decimal): -6049010 or 963491. OLE color: 963491.

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

Color convert

RGB16317914-
CMYK0.0900.920.30
HSL65.82º85.49%37.84%-
HSV(B)65.82º92.18%70.2%-
XYZ31.340.066.5-
YUV155.4148.2133.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.79%
GREEN value IS 179 (70.31% from 255) = 50.28%
BLUE value IS 14 (5.86% from 255) = 3.93%
R=45.79%
G=50.28%
B=3.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal163179140.0900.920.3065.8285.4937.84
HexA3B3E905C1E425526
Octal243263161101343610212546
Binary101000111011001111101001010111001111010000101010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B30E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B30E; }

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

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

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

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

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

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

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

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