#A8B908

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

Shades of Citrus #A8B908

Tints of Citrus #A8B908

Color information

#A8B908 (or 0xA8B908) is unknown color: approx Citrus. HEX triplet: A8, B9 and 08. RGB value is (168,185,8). Sum of RGB (Red+Green+Blue) = 168+185+8=361 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.54% from 361); Green value is 185 (72.66% from 255 or 51.25% from 361); Blue value is 8 (3.52% from 255 or 2.22% from 361); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B908 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B908 is #5746F7. Grayscale: #A0A0A0. Windows color (decimal): -5719800 or 571816. OLE color: 571816.

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

Color convert

RGB1681858-
CMYK0.0900.960.27
HSL65.76º91.71%37.84%-
HSV(B)65.76º95.68%72.55%-
XYZ33.5443.046.77-
YUV159.7442.37133.89-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.54%
GREEN value IS 185 (72.66% from 255) = 51.25%
BLUE value IS 8 (3.52% from 255) = 2.22%
R=46.54%
G=51.25%
B=2.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal16818580.0900.960.2765.7691.7137.84
HexA8B9890601B425c26
Octal250271101101403310213446
Binary101010001011100110001001011000001101110000101011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B908; }

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

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

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

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

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

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

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

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