#a5b700

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

Shades of Citrus #A5B700

Tints of Citrus #A5B700

Color information

#A5B700 (or 0xA5B700) is unknown color: approx Citrus. HEX triplet: A5, B7 and 00. RGB value is (165,183,0). Sum of RGB (Red+Green+Blue) = 165+183+0=348 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.41% from 348); Green value is 183 (71.88% from 255 or 52.59% from 348); Blue value is 0 (0.39% from 255 or 0% from 348); Max value from RGB is 183 - color contains mainly: green. Hex color #A5B700 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5B700 is #5A48FF. Grayscale: #9D9D9D. Windows color (decimal): -5916928 or 47013. OLE color: 47013.

HSL color Cylindrical-coordinate representation of color #A5B700: hue angle of 65.9º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A5B700 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.

Color convert

RGB1651830-
CMYK0.10010.28
HSL65.9º100%35.88%-
HSV(B)65.9º100%71.76%-
XYZ32.4541.876.37-
YUV156.7639.54133.88-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.41%
GREEN value IS 183 (71.88% from 255) = 52.59%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.41%
G=52.59%
B=0%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal16518300.10010.2865.910035.88
HexA5B70A0641C426424
Octal24526701201443410214444
Binary101001011011011101010011001001110010000101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5b700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5b700; }

 p { color: rgb(165,183,0); }

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

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

 a { background-color: rgb(165,183,0); }

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

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

 span { border-color: rgb(165,183,0); }

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