#A9BD0D

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

Shades of Citrus #A9BD0D

Tints of Citrus #A9BD0D

Color information

#A9BD0D (or 0xA9BD0D) is unknown color: approx Citrus. HEX triplet: A9, BD and 0D. RGB value is (169,189,13). Sum of RGB (Red+Green+Blue) = 169+189+13=371 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.55% from 371); Green value is 189 (74.22% from 255 or 50.94% from 371); Blue value is 13 (5.47% from 255 or 3.50% from 371); Max value from RGB is 189 - color contains mainly: green. Hex color #A9BD0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9BD0D is #5642F2. Grayscale: #A3A3A3. Windows color (decimal): -5653235 or 900521. OLE color: 900521.

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

Color convert

RGB16918913-
CMYK0.1100.930.26
HSL66.82º87.13%39.61%-
HSV(B)66.82º93.12%74.12%-
XYZ34.6344.867.21-
YUV162.9643.37132.31-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.55%
GREEN value IS 189 (74.22% from 255) = 50.94%
BLUE value IS 13 (5.47% from 255) = 3.50%
R=45.55%
G=50.94%
B=3.50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal169189130.1100.930.2666.8287.1339.61
HexA9BDDB05D1A435728
Octal251275151301353210312750
Binary101010011011110111011011010111011101010000111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BD0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BD0D; }

 p { color: rgb(169,189,13); }

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

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

 a { background-color: rgb(169,189,13); }

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

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

 span { border-color: rgb(169,189,13); }

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