#A7B115

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

Shades of Citrus #A7B115

Tints of Citrus #A7B115

Color information

#A7B115 (or 0xA7B115) is unknown color: approx Citrus. HEX triplet: A7, B1 and 15. RGB value is (167,177,21). Sum of RGB (Red+Green+Blue) = 167+177+21=365 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.75% from 365); Green value is 177 (69.53% from 255 or 48.49% from 365); Blue value is 21 (8.59% from 255 or 5.75% from 365); Max value from RGB is 177 - color contains mainly: green. Hex color #A7B115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7B115 is #584EEA. Grayscale: #9C9C9C. Windows color (decimal): -5787371 or 1421735. OLE color: 1421735.

HSL color Cylindrical-coordinate representation of color #A7B115: hue angle of 63.85º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A7B115 is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB16717721-
CMYK0.0600.880.31
HSL63.85º78.79%38.82%-
HSV(B)63.85º88.14%69.41%-
XYZ31.7939.716.7-
YUV156.2351.69135.68-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.75%
GREEN value IS 177 (69.53% from 255) = 48.49%
BLUE value IS 21 (8.59% from 255) = 5.75%
R=45.75%
G=48.49%
B=5.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal167177210.0600.880.3163.8578.7938.82
HexA7B11560581F404f27
Octal24726125601303710011747
Binary101001111011000110101110010110001111110000001001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B115; }

 p { color: rgb(167,177,21); }

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

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

 a { background-color: rgb(167,177,21); }

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

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

 span { border-color: rgb(167,177,21); }

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