#85921D

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

Shades of Citron #85921D

Tints of Citron #85921D

Color information

#85921D (or 0x85921D) is unknown color: approx Citron. HEX triplet: 85, 92 and 1D. RGB value is (133,146,29). Sum of RGB (Red+Green+Blue) = 133+146+29=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 146 (57.42% from 255 or 47.40% from 308); Blue value is 29 (11.72% from 255 or 9.42% from 308); Max value from RGB is 146 - color contains mainly: green. Hex color #85921D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85921D is #7A6DE2. Grayscale: #818181. Windows color (decimal): -8023523 or 1938053. OLE color: 1938053.

HSL color Cylindrical-coordinate representation of color #85921D: hue angle of 66.67º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #85921D is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.43.

Color convert

RGB13314629-
CMYK0.0900.800.43
HSL66.67º66.86%34.31%-
HSV(B)66.67º80.14%57.25%-
XYZ20.1725.635.05-
YUV128.7871.69131.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.18%
GREEN value IS 146 (57.42% from 255) = 47.40%
BLUE value IS 29 (11.72% from 255) = 9.42%
R=43.18%
G=47.40%
B=9.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal133146290.0900.800.4366.6766.8634.31
Hex85921D90502B434322
Octal205222351101205310310342
Binary10000101100100101110110010101000010101110000111000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85921D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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