#85991D

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

Shades of Citron #85991D

Tints of Citron #85991D

Color information

#85991D (or 0x85991D) is unknown color: approx Citron. HEX triplet: 85, 99 and 1D. RGB value is (133,153,29). Sum of RGB (Red+Green+Blue) = 133+153+29=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 153 (60.16% from 255 or 48.57% from 315); Blue value is 29 (11.72% from 255 or 9.21% from 315); Max value from RGB is 153 - color contains mainly: green. Hex color #85991D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85991D is #7A66E2. Grayscale: #858585. Windows color (decimal): -8021731 or 1939845. OLE color: 1939845.

HSL color Cylindrical-coordinate representation of color #85991D: hue angle of 69.68º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #85991D is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.4.

Color convert

RGB13315329-
CMYK0.1300.810.4
HSL69.68º68.13%35.69%-
HSV(B)69.68º81.05%60%-
XYZ21.2927.865.42-
YUV132.8869.37128.08-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.22%
GREEN value IS 153 (60.16% from 255) = 48.57%
BLUE value IS 29 (11.72% from 255) = 9.21%
R=42.22%
G=48.57%
B=9.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal133153290.1300.810.469.6868.1335.69
Hex85991DD05128464424
Octal205231351501215010610444
Binary10000101100110011110111010101000110100010001101000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85991D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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