#8D951D

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

Shades of Citron #8D951D

Tints of Citron #8D951D

Color information

#8D951D (or 0x8D951D) is unknown color: approx Citron. HEX triplet: 8D, 95 and 1D. RGB value is (141,149,29). Sum of RGB (Red+Green+Blue) = 141+149+29=319 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.20% from 319); Green value is 149 (58.59% from 255 or 46.71% from 319); Blue value is 29 (11.72% from 255 or 9.09% from 319); Max value from RGB is 149 - color contains mainly: green. Hex color #8D951D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D951D is #726AE2. Grayscale: #858585. Windows color (decimal): -7498467 or 1938829. OLE color: 1938829.

HSL color Cylindrical-coordinate representation of color #8D951D: hue angle of 64º 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 #8D951D is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB14114929-
CMYK0.0500.810.42
HSL64º67.42%34.9%-
HSV(B)64º80.54%58.43%-
XYZ21.9527.255.26-
YUV132.9369.35133.76-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.20%
GREEN value IS 149 (58.59% from 255) = 46.71%
BLUE value IS 29 (11.72% from 255) = 9.09%
R=44.20%
G=46.71%
B=9.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal141149290.0500.810.426467.4234.9
Hex8D951D50512A404323
Octal21522535501215210010343
Binary1000110110010101111011010101000110101010000001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D951D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D951D; }

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

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

<style>
 a { background-color: #8D951D; }

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

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

<style>
 span { border-color: #8D951D; }

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

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