#A8B413

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

Shades of Citrus #A8B413

Tints of Citrus #A8B413

Color information

#A8B413 (or 0xA8B413) is unknown color: approx Citrus. HEX triplet: A8, B4 and 13. RGB value is (168,180,19). Sum of RGB (Red+Green+Blue) = 168+180+19=367 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.78% from 367); Green value is 180 (70.70% from 255 or 49.05% from 367); Blue value is 19 (7.81% from 255 or 5.18% from 367); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B413 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B413 is #574BEC. Grayscale: #9E9E9E. Windows color (decimal): -5721069 or 1291432. OLE color: 1291432.

HSL color Cylindrical-coordinate representation of color #A8B413: hue angle of 64.47º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A8B413 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB16818019-
CMYK0.0700.890.29
HSL64.47º80.9%39.02%-
HSV(B)64.47º89.44%70.59%-
XYZ32.5941.016.82-
YUV158.0649.52135.09-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.78%
GREEN value IS 180 (70.70% from 255) = 49.05%
BLUE value IS 19 (7.81% from 255) = 5.18%
R=45.78%
G=49.05%
B=5.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal168180190.0700.890.2964.4780.939.02
HexA8B41370591D405127
Octal25026423701313510012147
Binary101010001011010010011111010110011110110000001010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B413; }

 p { color: rgb(168,180,19); }

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

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

 a { background-color: rgb(168,180,19); }

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

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

 span { border-color: rgb(168,180,19); }

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