#A1BA08

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

Shades of Citrus #A1BA08

Tints of Citrus #A1BA08

Color information

#A1BA08 (or 0xA1BA08) is unknown color: approx Citrus. HEX triplet: A1, BA and 08. RGB value is (161,186,8). Sum of RGB (Red+Green+Blue) = 161+186+8=355 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.35% from 355); Green value is 186 (73.05% from 255 or 52.39% from 355); Blue value is 8 (3.52% from 255 or 2.25% from 355); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1BA08 is #5E45F7. Grayscale: #9E9E9E. Windows color (decimal): -6178296 or 572065. OLE color: 572065.

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

Color convert

RGB1611868-
CMYK0.1300.960.27
HSL68.43º91.75%38.04%-
HSV(B)68.43º95.7%72.94%-
XYZ32.342.716.77-
YUV158.2343.22129.97-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.35%
GREEN value IS 186 (73.05% from 255) = 52.39%
BLUE value IS 8 (3.52% from 255) = 2.25%
R=45.35%
G=52.39%
B=2.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal16118680.1300.960.2768.4391.7538.04
HexA1BA8D0601B445c26
Octal241272101501403310413446
Binary101000011011101010001101011000001101110001001011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BA08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BA08; }

 p { color: rgb(161,186,8); }

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

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

 a { background-color: rgb(161,186,8); }

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

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

 span { border-color: rgb(161,186,8); }

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