#A7BA00

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

Shades of Citrus #A7BA00

Tints of Citrus #A7BA00

Color information

#A7BA00 (or 0xA7BA00) is unknown color: approx Citrus. HEX triplet: A7, BA and 00. RGB value is (167,186,0). Sum of RGB (Red+Green+Blue) = 167+186+0=353 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.31% from 353); Green value is 186 (73.05% from 255 or 52.69% from 353); Blue value is 0 (0.39% from 255 or 0% from 353); Max value from RGB is 186 - color contains mainly: green. Hex color #A7BA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7BA00 is #5845FF. Grayscale: #9F9F9F. Windows color (decimal): -5785088 or 47783. OLE color: 47783.

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

Color convert

RGB1671860-
CMYK0.10010.27
HSL66.13º100%36.47%-
HSV(B)66.13º100%72.94%-
XYZ33.543.336.6-
YUV159.1138.21133.62-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.31%
GREEN value IS 186 (73.05% from 255) = 52.69%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.31%
G=52.69%
B=0%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal16718600.10010.2766.1310036.47
HexA7BA0A0641B426424
Octal24727201201443310214444
Binary101001111011101001010011001001101110000101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BA00; }

 p { color: rgb(167,186,0); }

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

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

 a { background-color: rgb(167,186,0); }

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

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

 span { border-color: rgb(167,186,0); }

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