#A8B304

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

Shades of Citrus #A8B304

Tints of Citrus #A8B304

Color information

#A8B304 (or 0xA8B304) is unknown color: approx Citrus. HEX triplet: A8, B3 and 04. RGB value is (168,179,4). Sum of RGB (Red+Green+Blue) = 168+179+4=351 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.86% from 351); Green value is 179 (70.31% from 255 or 51.00% from 351); Blue value is 4 (1.95% from 255 or 1.14% from 351); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B304 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B304 is #574CFB. Grayscale: #9C9C9C. Windows color (decimal): -5721340 or 308136. OLE color: 308136.

HSL color Cylindrical-coordinate representation of color #A8B304: hue angle of 63.77º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A8B304 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.30.

Color convert

RGB1681794-
CMYK0.0600.980.30
HSL63.77º95.63%35.88%-
HSV(B)63.77º97.77%70.2%-
XYZ32.2940.576.24-
YUV155.7642.36136.73-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.86%
GREEN value IS 179 (70.31% from 255) = 51.00%
BLUE value IS 4 (1.95% from 255) = 1.14%
R=47.86%
G=51.00%
B=1.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal16817940.0600.980.3063.7795.6335.88
HexA8B3460621E406024
Octal2502634601423610014044
Binary1010100010110011100110011000101111010000001100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B304; }

 p { color: rgb(168,179,4); }

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

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

 a { background-color: rgb(168,179,4); }

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

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

 span { border-color: rgb(168,179,4); }

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