#85951D

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

Shades of Citron #85951D

Tints of Citron #85951D

Color information

#85951D (or 0x85951D) is unknown color: approx Citron. HEX triplet: 85, 95 and 1D. RGB value is (133,149,29). Sum of RGB (Red+Green+Blue) = 133+149+29=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 149 (58.59% from 255 or 47.91% from 311); Blue value is 29 (11.72% from 255 or 9.32% from 311); Max value from RGB is 149 - color contains mainly: green. Hex color #85951D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85951D is #7A6AE2. Grayscale: #838383. Windows color (decimal): -8022755 or 1938821. OLE color: 1938821.

HSL color Cylindrical-coordinate representation of color #85951D: hue angle of 68º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #85951D is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB13314929-
CMYK0.1100.810.42
HSL68º67.42%34.9%-
HSV(B)68º80.54%58.43%-
XYZ20.6426.575.2-
YUV130.5470.7129.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.77%
GREEN value IS 149 (58.59% from 255) = 47.91%
BLUE value IS 29 (11.72% from 255) = 9.32%
R=42.77%
G=47.91%
B=9.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal133149290.1100.810.426867.4234.9
Hex85951DB0512A444323
Octal205225351301215210410343
Binary10000101100101011110110110101000110101010001001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85951D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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