#A0B009

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

Shades of Citrus #A0B009

Tints of Citrus #A0B009

Color information

#A0B009 (or 0xA0B009) is unknown color: approx Citrus. HEX triplet: A0, B0 and 09. RGB value is (160,176,9). Sum of RGB (Red+Green+Blue) = 160+176+9=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 176 (69.14% from 255 or 51.01% from 345); Blue value is 9 (3.91% from 255 or 2.61% from 345); Max value from RGB is 176 - color contains mainly: green. Hex color #A0B009 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0B009 is #5F4FF6. Grayscale: #989898. Windows color (decimal): -6246391 or 635040. OLE color: 635040.

HSL color Cylindrical-coordinate representation of color #A0B009: hue angle of 65.75º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A0B009 is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB1601769-
CMYK0.0900.950.31
HSL65.75º90.27%36.27%-
HSV(B)65.75º94.89%69.02%-
XYZ30.0738.546.11-
YUV152.1847.2133.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.38%
GREEN value IS 176 (69.14% from 255) = 51.01%
BLUE value IS 9 (3.91% from 255) = 2.61%
R=46.38%
G=51.01%
B=2.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal16017690.0900.950.3165.7590.2736.27
HexA0B09905F1F425a24
Octal240260111101373710213244
Binary101000001011000010011001010111111111110000101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B009; }

 p { color: rgb(160,176,9); }

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

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

 a { background-color: rgb(160,176,9); }

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

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

 span { border-color: rgb(160,176,9); }

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