#A8B904

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

Shades of Citrus #A8B904

Tints of Citrus #A8B904

Color information

#A8B904 (or 0xA8B904) is unknown color: approx Citrus. HEX triplet: A8, B9 and 04. RGB value is (168,185,4). Sum of RGB (Red+Green+Blue) = 168+185+4=357 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.06% from 357); Green value is 185 (72.66% from 255 or 51.82% from 357); Blue value is 4 (1.95% from 255 or 1.12% from 357); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B904 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B904 is #5746FB. Grayscale: #9F9F9F. Windows color (decimal): -5719804 or 309672. OLE color: 309672.

HSL color Cylindrical-coordinate representation of color #A8B904: hue angle of 65.64º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A8B904 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB1681854-
CMYK0.0900.980.27
HSL65.64º95.77%37.06%-
HSV(B)65.64º97.84%72.55%-
XYZ33.5243.036.65-
YUV159.2840.37134.22-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.06%
GREEN value IS 185 (72.66% from 255) = 51.82%
BLUE value IS 4 (1.95% from 255) = 1.12%
R=47.06%
G=51.82%
B=1.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal16818540.0900.980.2765.6495.7737.06
HexA8B9490621B426025
Octal25027141101423310214045
Binary10101000101110011001001011000101101110000101100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B904; }

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

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

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

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

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

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

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

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