#85980A

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

Shades of Citron #85980A

Tints of Citron #85980A

Color information

#85980A (or 0x85980A) is unknown color: approx Citron. HEX triplet: 85, 98 and 0A. RGB value is (133,152,10). Sum of RGB (Red+Green+Blue) = 133+152+10=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 152 (59.77% from 255 or 51.53% from 295); Blue value is 10 (4.30% from 255 or 3.39% from 295); Max value from RGB is 152 - color contains mainly: green. Hex color #85980A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85980A is #7A67F5. Grayscale: #828282. Windows color (decimal): -8022006 or 694405. OLE color: 694405.

HSL color Cylindrical-coordinate representation of color #85980A: hue angle of 68.03º 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 #85980A is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB13315210-
CMYK0.1300.930.40
HSL68.03º87.65%31.76%-
HSV(B)68.03º93.42%59.61%-
XYZ20.9627.464.48-
YUV130.1360.21130.05-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.08%
GREEN value IS 152 (59.77% from 255) = 51.53%
BLUE value IS 10 (4.30% from 255) = 3.39%
R=45.08%
G=51.53%
B=3.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal133152100.1300.930.4068.0387.6531.76
Hex8598AD05D28445820
Octal205230121501355010413040
Binary1000010110011000101011010101110110100010001001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85980A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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