#A6B003

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

Shades of Citrus #A6B003

Tints of Citrus #A6B003

Color information

#A6B003 (or 0xA6B003) is unknown color: approx Citrus. HEX triplet: A6, B0 and 03. RGB value is (166,176,3). Sum of RGB (Red+Green+Blue) = 166+176+3=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 176 (69.14% from 255 or 51.01% from 345); Blue value is 3 (1.56% from 255 or 0.87% from 345); Max value from RGB is 176 - color contains mainly: green. Hex color #A6B003 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6B003 is #594FFC. Grayscale: #999999. Windows color (decimal): -5853181 or 241830. OLE color: 241830.

HSL color Cylindrical-coordinate representation of color #A6B003: hue angle of 63.47º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A6B003 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB1661763-
CMYK0.0600.980.31
HSL63.47º96.65%35.1%-
HSV(B)63.47º98.3%69.02%-
XYZ31.2739.166-
YUV153.2943.19137.07-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.12%
GREEN value IS 176 (69.14% from 255) = 51.01%
BLUE value IS 3 (1.56% from 255) = 0.87%
R=48.12%
G=51.01%
B=0.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal16617630.0600.980.3163.4796.6535.1
HexA6B0360621F3f6123
Octal246260360142377714143
Binary10100110101100001111001100010111111111111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B003; }

 p { color: rgb(166,176,3); }

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

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

 a { background-color: rgb(166,176,3); }

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

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

 span { border-color: rgb(166,176,3); }

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