#A6B403

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

Shades of Citrus #A6B403

Tints of Citrus #A6B403

Color information

#A6B403 (or 0xA6B403) is unknown color: approx Citrus. HEX triplet: A6, B4 and 03. RGB value is (166,180,3). Sum of RGB (Red+Green+Blue) = 166+180+3=349 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.56% from 349); Green value is 180 (70.70% from 255 or 51.58% from 349); Blue value is 3 (1.56% from 255 or 0.86% from 349); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B403 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B403 is #594BFC. Grayscale: #9C9C9C. Windows color (decimal): -5852157 or 242854. OLE color: 242854.

HSL color Cylindrical-coordinate representation of color #A6B403: hue angle of 64.75º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A6B403 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB1661803-
CMYK0.0800.980.29
HSL64.75º96.72%35.88%-
HSV(B)64.75º98.33%70.59%-
XYZ32.0640.766.26-
YUV155.6441.86135.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.56%
GREEN value IS 180 (70.70% from 255) = 51.58%
BLUE value IS 3 (1.56% from 255) = 0.86%
R=47.56%
G=51.58%
B=0.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal16618030.0800.980.2964.7596.7235.88
HexA6B4380621D416124
Octal24626431001423510114144
Binary1010011010110100111000011000101110110000011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B403; }

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

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

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

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

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

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

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

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