#A6B712

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

Shades of Citrus #A6B712

Tints of Citrus #A6B712

Color information

#A6B712 (or 0xA6B712) is unknown color: approx Citrus. HEX triplet: A6, B7 and 12. RGB value is (166,183,18). Sum of RGB (Red+Green+Blue) = 166+183+18=367 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.23% from 367); Green value is 183 (71.88% from 255 or 49.86% from 367); Blue value is 18 (7.42% from 255 or 4.90% from 367); Max value from RGB is 183 - color contains mainly: green. Hex color #A6B712 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B712 is #5948ED. Grayscale: #9F9F9F. Windows color (decimal): -5851374 or 1226662. OLE color: 1226662.

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

Color convert

RGB16618318-
CMYK0.0900.900.28
HSL66.18º82.09%39.41%-
HSV(B)66.18º90.16%71.76%-
XYZ32.7742.026.96-
YUV159.1148.37132.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.23%
GREEN value IS 183 (71.88% from 255) = 49.86%
BLUE value IS 18 (7.42% from 255) = 4.90%
R=45.23%
G=49.86%
B=4.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal166183180.0900.900.2866.1882.0939.41
HexA6B712905A1C425227
Octal246267221101323410212247
Binary1010011010110111100101001010110101110010000101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B712; }

 p { color: rgb(166,183,18); }

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

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

 a { background-color: rgb(166,183,18); }

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

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

 span { border-color: rgb(166,183,18); }

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