#A7B300

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

Shades of Citrus #A7B300

Tints of Citrus #A7B300

Color information

#A7B300 (or 0xA7B300) is unknown color: approx Citrus. HEX triplet: A7, B3 and 00. RGB value is (167,179,0). Sum of RGB (Red+Green+Blue) = 167+179+0=346 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.27% from 346); Green value is 179 (70.31% from 255 or 51.73% from 346); Blue value is 0 (0.39% from 255 or 0% from 346); Max value from RGB is 179 - color contains mainly: green. Hex color #A7B300 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7B300 is #584CFF. Grayscale: #9B9B9B. Windows color (decimal): -5786880 or 45991. OLE color: 45991.

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

Color convert

RGB1671790-
CMYK0.07010.30
HSL64.02º100%35.1%-
HSV(B)64.02º100%70.2%-
XYZ32.0640.466.12-
YUV155.0140.52136.55-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 48.27%
GREEN value IS 179 (70.31% from 255) = 51.73%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.27%
G=51.73%
B=0%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal16717900.07010.3064.0210035.1
HexA7B3070641E406423
Octal2472630701443610014443
Binary10100111101100110111011001001111010000001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B300; }

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

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

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

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

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

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

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

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