#85990A

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

Shades of Citron #85990A

Tints of Citron #85990A

Color information

#85990A (or 0x85990A) is unknown color: approx Citron. HEX triplet: 85, 99 and 0A. RGB value is (133,153,10). Sum of RGB (Red+Green+Blue) = 133+153+10=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 153 (60.16% from 255 or 51.69% from 296); Blue value is 10 (4.30% from 255 or 3.38% from 296); Max value from RGB is 153 - color contains mainly: green. Hex color #85990A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85990A is #7A66F5. Grayscale: #838383. Windows color (decimal): -8021750 or 694661. OLE color: 694661.

HSL color Cylindrical-coordinate representation of color #85990A: hue angle of 68.39º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #85990A is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB13315310-
CMYK0.1300.930.4
HSL68.39º87.73%31.96%-
HSV(B)68.39º93.46%60%-
XYZ21.1227.794.54-
YUV130.7259.87129.63-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.93%
GREEN value IS 153 (60.16% from 255) = 51.69%
BLUE value IS 10 (4.30% from 255) = 3.38%
R=44.93%
G=51.69%
B=3.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal133153100.1300.930.468.3987.7331.96
Hex8599AD05D28445820
Octal205231121501355010413040
Binary1000010110011001101011010101110110100010001001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85990A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85990A; }

 p { color: rgb(133,153,10); }

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

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

 a { background-color: rgb(133,153,10); }

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

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

 span { border-color: rgb(133,153,10); }

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