#A8BD01

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

Shades of Citrus #A8BD01

Tints of Citrus #A8BD01

Color information

#A8BD01 (or 0xA8BD01) is unknown color: approx Citrus. HEX triplet: A8, BD and 01. RGB value is (168,189,1). Sum of RGB (Red+Green+Blue) = 168+189+1=358 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.93% from 358); Green value is 189 (74.22% from 255 or 52.79% from 358); Blue value is 1 (0.78% from 255 or 0.28% from 358); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BD01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BD01 is #5742FE. Grayscale: #A2A2A2. Windows color (decimal): -5718783 or 114088. OLE color: 114088.

HSL color Cylindrical-coordinate representation of color #A8BD01: hue angle of 66.7º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8BD01 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB1681891-
CMYK0.1100.990.26
HSL66.7º98.95%37.25%-
HSV(B)66.7º99.47%74.12%-
XYZ34.3544.726.85-
YUV161.2937.54132.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.93%
GREEN value IS 189 (74.22% from 255) = 52.79%
BLUE value IS 1 (0.78% from 255) = 0.28%
R=46.93%
G=52.79%
B=0.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal16818910.1100.990.2666.798.9537.25
HexA8BD1B0631A436325
Octal25027511301433210314345
Binary101010001011110111011011000111101010000111100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BD01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BD01; }

 p { color: rgb(168,189,1); }

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

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

 a { background-color: rgb(168,189,1); }

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

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

 span { border-color: rgb(168,189,1); }

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