#A8B612

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

Shades of Citrus #A8B612

Tints of Citrus #A8B612

Color information

#A8B612 (or 0xA8B612) is unknown color: approx Citrus. HEX triplet: A8, B6 and 12. RGB value is (168,182,18). Sum of RGB (Red+Green+Blue) = 168+182+18=368 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.65% from 368); Green value is 182 (71.48% from 255 or 49.46% from 368); Blue value is 18 (7.42% from 255 or 4.89% from 368); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B612 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B612 is #5749ED. Grayscale: #9F9F9F. Windows color (decimal): -5720558 or 1226408. OLE color: 1226408.

HSL color Cylindrical-coordinate representation of color #A8B612: hue angle of 65.12º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8B612 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB16818218-
CMYK0.0800.900.29
HSL65.12º82%39.22%-
HSV(B)65.12º90.11%71.37%-
XYZ32.9941.826.91-
YUV159.1248.36134.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.65%
GREEN value IS 182 (71.48% from 255) = 49.46%
BLUE value IS 18 (7.42% from 255) = 4.89%
R=45.65%
G=49.46%
B=4.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal168182180.0800.900.2965.128239.22
HexA8B612805A1D415227
Octal250266221001323510112247
Binary1010100010110110100101000010110101110110000011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B612; }

 p { color: rgb(168,182,18); }

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

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

 a { background-color: rgb(168,182,18); }

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

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

 span { border-color: rgb(168,182,18); }

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