#85A314

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

Shades of Citron #85A314

Tints of Citron #85A314

Color information

#85A314 (or 0x85A314) is unknown color: approx Citron. HEX triplet: 85, A3 and 14. RGB value is (133,163,20). Sum of RGB (Red+Green+Blue) = 133+163+20=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 163 (64.06% from 255 or 51.58% from 316); Blue value is 20 (8.20% from 255 or 6.33% from 316); Max value from RGB is 163 - color contains mainly: green. Hex color #85A314 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85A314 is #7A5CEB. Grayscale: #8A8A8A. Windows color (decimal): -8019180 or 1352581. OLE color: 1352581.

HSL color Cylindrical-coordinate representation of color #85A314: hue angle of 72.59º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #85A314 is Cyan = 0.18, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB13316320-
CMYK0.1800.880.36
HSL72.59º78.14%35.88%-
HSV(B)72.59º87.73%63.92%-
XYZ22.931.235.48-
YUV137.7361.56124.63-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.09%
GREEN value IS 163 (64.06% from 255) = 51.58%
BLUE value IS 20 (8.20% from 255) = 6.33%
R=42.09%
G=51.58%
B=6.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal133163200.1800.880.3672.5978.1435.88
Hex85A3141205824494e24
Octal205243242201304411111644
Binary100001011010001110100100100101100010010010010011001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85A314; }

 p { color: rgb(133,163,20); }

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

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

 a { background-color: rgb(133,163,20); }

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

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

 span { border-color: rgb(133,163,20); }

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