#A8B906

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

Shades of Citrus #A8B906

Tints of Citrus #A8B906

Color information

#A8B906 (or 0xA8B906) is unknown color: approx Citrus. HEX triplet: A8, B9 and 06. RGB value is (168,185,6). Sum of RGB (Red+Green+Blue) = 168+185+6=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 185 (72.66% from 255 or 51.53% from 359); Blue value is 6 (2.73% from 255 or 1.67% from 359); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B906 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B906 is #5746F9. Grayscale: #A0A0A0. Windows color (decimal): -5719802 or 440744. OLE color: 440744.

HSL color Cylindrical-coordinate representation of color #A8B906: hue angle of 65.7º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A8B906 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB1681856-
CMYK0.0900.970.27
HSL65.7º93.72%37.45%-
HSV(B)65.7º96.76%72.55%-
XYZ33.5343.046.71-
YUV159.5141.37134.05-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.80%
GREEN value IS 185 (72.66% from 255) = 51.53%
BLUE value IS 6 (2.73% from 255) = 1.67%
R=46.80%
G=51.53%
B=1.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal16818560.0900.970.2765.793.7237.45
HexA8B9690611B425e25
Octal25027161101413310213645
Binary10101000101110011101001011000011101110000101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B906; }

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

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

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

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

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

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

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

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