#85960D

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

Shades of Citron #85960D

Tints of Citron #85960D

Color information

#85960D (or 0x85960D) is unknown color: approx Citron. HEX triplet: 85, 96 and 0D. RGB value is (133,150,13). Sum of RGB (Red+Green+Blue) = 133+150+13=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 150 (58.98% from 255 or 50.68% from 296); Blue value is 13 (5.47% from 255 or 4.39% from 296); Max value from RGB is 150 - color contains mainly: green. Hex color #85960D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85960D is #7A69F2. Grayscale: #818181. Windows color (decimal): -8022515 or 890501. OLE color: 890501.

HSL color Cylindrical-coordinate representation of color #85960D: hue angle of 67.45º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85960D is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB13315013-
CMYK0.1100.910.41
HSL67.45º84.05%31.96%-
HSV(B)67.45º91.33%58.82%-
XYZ20.6526.834.47-
YUV129.362.37130.64-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.93%
GREEN value IS 150 (58.98% from 255) = 50.68%
BLUE value IS 13 (5.47% from 255) = 4.39%
R=44.93%
G=50.68%
B=4.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal133150130.1100.910.4167.4584.0531.96
Hex8596DB05B29435420
Octal205226151301335110312440
Binary1000010110010110110110110101101110100110000111010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85960D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85960D; }

 p { color: rgb(133,150,13); }

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

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

 a { background-color: rgb(133,150,13); }

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

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

 span { border-color: rgb(133,150,13); }

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