#A8B912

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

Shades of Citrus #A8B912

Tints of Citrus #A8B912

Color information

#A8B912 (or 0xA8B912) is unknown color: approx Citrus. HEX triplet: A8, B9 and 12. RGB value is (168,185,18). Sum of RGB (Red+Green+Blue) = 168+185+18=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 185 (72.66% from 255 or 49.87% from 371); Blue value is 18 (7.42% from 255 or 4.85% from 371); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B912 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B912 is #5746ED. Grayscale: #A1A1A1. Windows color (decimal): -5719790 or 1227176. OLE color: 1227176.

HSL color Cylindrical-coordinate representation of color #A8B912: hue angle of 66.11º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8B912 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB16818518-
CMYK0.0900.900.27
HSL66.11º82.27%39.8%-
HSV(B)66.11º90.27%72.55%-
XYZ33.6143.077.11-
YUV160.8847.37133.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.28%
GREEN value IS 185 (72.66% from 255) = 49.87%
BLUE value IS 18 (7.42% from 255) = 4.85%
R=45.28%
G=49.87%
B=4.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal168185180.0900.900.2766.1182.2739.8
HexA8B912905A1B425228
Octal250271221101323310212250
Binary1010100010111001100101001010110101101110000101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B912; }

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

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

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

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

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

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

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

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