#85931E

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

Shades of Citron #85931E

Tints of Citron #85931E

Color information

#85931E (or 0x85931E) is unknown color: approx Citron. HEX triplet: 85, 93 and 1E. RGB value is (133,147,30). Sum of RGB (Red+Green+Blue) = 133+147+30=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 147 (57.81% from 255 or 47.42% from 310); Blue value is 30 (12.11% from 255 or 9.68% from 310); Max value from RGB is 147 - color contains mainly: green. Hex color #85931E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85931E is #7A6CE1. Grayscale: #818181. Windows color (decimal): -8023266 or 2003845. OLE color: 2003845.

HSL color Cylindrical-coordinate representation of color #85931E: hue angle of 67.18º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #85931E is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB13314730-
CMYK0.1000.800.42
HSL67.18º66.1%34.71%-
HSV(B)67.18º79.59%57.65%-
XYZ20.3425.955.16-
YUV129.4871.86130.51-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.90%
GREEN value IS 147 (57.81% from 255) = 47.42%
BLUE value IS 30 (12.11% from 255) = 9.68%
R=42.90%
G=47.42%
B=9.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal133147300.1000.800.4267.1866.134.71
Hex85931EA0502A434223
Octal205223361201205210310243
Binary10000101100100111111010100101000010101010000111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85931E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85931E; }

 p { color: rgb(133,147,30); }

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

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

 a { background-color: rgb(133,147,30); }

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

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

 span { border-color: rgb(133,147,30); }

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