#A8BA0F

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

Shades of Citrus #A8BA0F

Tints of Citrus #A8BA0F

Color information

#A8BA0F (or 0xA8BA0F) is unknown color: approx Citrus. HEX triplet: A8, BA and 0F. RGB value is (168,186,15). Sum of RGB (Red+Green+Blue) = 168+186+15=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 186 (73.05% from 255 or 50.41% from 369); Blue value is 15 (6.25% from 255 or 4.07% from 369); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BA0F is #5745F0. Grayscale: #A1A1A1. Windows color (decimal): -5719537 or 1030824. OLE color: 1030824.

HSL color Cylindrical-coordinate representation of color #A8BA0F: hue angle of 66.32º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A8BA0F is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB16818615-
CMYK0.1000.920.27
HSL66.32º85.07%39.41%-
HSV(B)66.32º91.94%72.94%-
XYZ33.7943.487.06-
YUV161.1245.54132.9-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.53%
GREEN value IS 186 (73.05% from 255) = 50.41%
BLUE value IS 15 (6.25% from 255) = 4.07%
R=45.53%
G=50.41%
B=4.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal168186150.1000.920.2766.3285.0739.41
HexA8BAFA05C1B425527
Octal250272171201343310212547
Binary101010001011101011111010010111001101110000101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BA0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BA0F; }

 p { color: rgb(168,186,15); }

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

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

 a { background-color: rgb(168,186,15); }

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

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

 span { border-color: rgb(168,186,15); }

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