#a7b307

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

Shades of Citrus #A7B307

Tints of Citrus #A7B307

Color information

#A7B307 (or 0xA7B307) is unknown color: approx Citrus. HEX triplet: A7, B3 and 07. RGB value is (167,179,7). Sum of RGB (Red+Green+Blue) = 167+179+7=353 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.31% from 353); Green value is 179 (70.31% from 255 or 50.71% from 353); Blue value is 7 (3.12% from 255 or 1.98% from 353); Max value from RGB is 179 - color contains mainly: green. Hex color #A7B307 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7B307 is #584CF8. Grayscale: #9C9C9C. Windows color (decimal): -5786873 or 504743. OLE color: 504743.

HSL color Cylindrical-coordinate representation of color #A7B307: hue angle of 64.19º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A7B307 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.

Color convert

RGB1671797-
CMYK0.0700.960.30
HSL64.19º92.47%36.47%-
HSV(B)64.19º96.09%70.2%-
XYZ32.0940.476.32-
YUV155.844.02135.99-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.31%
GREEN value IS 179 (70.31% from 255) = 50.71%
BLUE value IS 7 (3.12% from 255) = 1.98%
R=47.31%
G=50.71%
B=1.98%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal16717970.0700.960.3064.1992.4736.47
HexA7B3770601E405c24
Octal2472637701403610013444
Binary1010011110110011111111011000001111010000001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a7b307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a7b307; }

 p { color: rgb(167,179,7); }

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

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

 a { background-color: rgb(167,179,7); }

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

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

 span { border-color: rgb(167,179,7); }

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