#A5B60C

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

Shades of Citrus #A5B60C

Tints of Citrus #A5B60C

Color information

#A5B60C (or 0xA5B60C) is unknown color: approx Citrus. HEX triplet: A5, B6 and 0C. RGB value is (165,182,12). Sum of RGB (Red+Green+Blue) = 165+182+12=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 182 (71.48% from 255 or 50.70% from 359); Blue value is 12 (5.08% from 255 or 3.34% from 359); Max value from RGB is 182 - color contains mainly: green. Hex color #A5B60C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5B60C is #5A49F3. Grayscale: #9E9E9E. Windows color (decimal): -5917172 or 833189. OLE color: 833189.

HSL color Cylindrical-coordinate representation of color #A5B60C: hue angle of 66º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A5B60C is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB16518212-
CMYK0.0900.930.29
HSL66º87.63%38.04%-
HSV(B)66º93.41%71.37%-
XYZ32.3141.486.65-
YUV157.5445.87133.32-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.96%
GREEN value IS 182 (71.48% from 255) = 50.70%
BLUE value IS 12 (5.08% from 255) = 3.34%
R=45.96%
G=50.70%
B=3.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal165182120.0900.930.296687.6338.04
HexA5B6C905D1D425826
Octal245266141101353510213046
Binary101001011011011011001001010111011110110000101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B60C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B60C; }

 p { color: rgb(165,182,12); }

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

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

 a { background-color: rgb(165,182,12); }

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

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

 span { border-color: rgb(165,182,12); }

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