#A8BD0B

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

Shades of Citrus #A8BD0B

Tints of Citrus #A8BD0B

Color information

#A8BD0B (or 0xA8BD0B) is unknown color: approx Citrus. HEX triplet: A8, BD and 0B. RGB value is (168,189,11). Sum of RGB (Red+Green+Blue) = 168+189+11=368 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.65% from 368); Green value is 189 (74.22% from 255 or 51.36% from 368); Blue value is 11 (4.69% from 255 or 2.99% from 368); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BD0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BD0B is #5742F4. Grayscale: #A3A3A3. Windows color (decimal): -5718773 or 769448. OLE color: 769448.

HSL color Cylindrical-coordinate representation of color #A8BD0B: hue angle of 67.08º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A8BD0B is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB16818911-
CMYK0.1100.940.26
HSL67.08º89%39.22%-
HSV(B)67.08º94.18%74.12%-
XYZ34.4144.747.14-
YUV162.4342.54131.97-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.65%
GREEN value IS 189 (74.22% from 255) = 51.36%
BLUE value IS 11 (4.69% from 255) = 2.99%
R=45.65%
G=51.36%
B=2.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal168189110.1100.940.2667.088939.22
HexA8BDBB05E1A435927
Octal250275131301363210313147
Binary101010001011110110111011010111101101010000111011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BD0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BD0B; }

 p { color: rgb(168,189,11); }

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

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

 a { background-color: rgb(168,189,11); }

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

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

 span { border-color: rgb(168,189,11); }

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