#A5B70F

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

Shades of Citrus #A5B70F

Tints of Citrus #A5B70F

Color information

#A5B70F (or 0xA5B70F) is unknown color: approx Citrus. HEX triplet: A5, B7 and 0F. RGB value is (165,183,15). Sum of RGB (Red+Green+Blue) = 165+183+15=363 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.45% from 363); Green value is 183 (71.88% from 255 or 50.41% from 363); Blue value is 15 (6.25% from 255 or 4.13% from 363); Max value from RGB is 183 - color contains mainly: green. Hex color #A5B70F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5B70F is #5A48F0. Grayscale: #9F9F9F. Windows color (decimal): -5916913 or 1030053. OLE color: 1030053.

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

Color convert

RGB16518315-
CMYK0.1000.920.28
HSL66.43º84.85%38.82%-
HSV(B)66.43º91.8%71.76%-
XYZ32.5441.96.82-
YUV158.4747.04132.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.45%
GREEN value IS 183 (71.88% from 255) = 50.41%
BLUE value IS 15 (6.25% from 255) = 4.13%
R=45.45%
G=50.41%
B=4.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal165183150.1000.920.2866.4384.8538.82
HexA5B7FA05C1C425527
Octal245267171201343410212547
Binary101001011011011111111010010111001110010000101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B70F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B70F; }

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

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

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

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

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

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

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

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