#A7BC09

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

Shades of Citrus #A7BC09

Tints of Citrus #A7BC09

Color information

#A7BC09 (or 0xA7BC09) is unknown color: approx Citrus. HEX triplet: A7, BC and 09. RGB value is (167,188,9). Sum of RGB (Red+Green+Blue) = 167+188+9=364 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.88% from 364); Green value is 188 (73.83% from 255 or 51.65% from 364); Blue value is 9 (3.91% from 255 or 2.47% from 364); Max value from RGB is 188 - color contains mainly: green. Hex color #A7BC09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7BC09 is #5843F6. Grayscale: #A2A2A2. Windows color (decimal): -5784567 or 638119. OLE color: 638119.

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

Color convert

RGB1671889-
CMYK0.1100.950.26
HSL67.04º90.86%38.63%-
HSV(B)67.04º95.21%73.73%-
XYZ33.9744.27-
YUV161.3242.04132.05-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.88%
GREEN value IS 188 (73.83% from 255) = 51.65%
BLUE value IS 9 (3.91% from 255) = 2.47%
R=45.88%
G=51.65%
B=2.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal16718890.1100.950.2667.0490.8638.63
HexA7BC9B05F1A435b27
Octal247274111301373210313347
Binary101001111011110010011011010111111101010000111011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BC09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BC09; }

 p { color: rgb(167,188,9); }

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

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

 a { background-color: rgb(167,188,9); }

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

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

 span { border-color: rgb(167,188,9); }

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