#8D9225

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

Shades of Citron #8D9225

Tints of Citron #8D9225

Color information

#8D9225 (or 0x8D9225) is unknown color: approx Citron. HEX triplet: 8D, 92 and 25. RGB value is (141,146,37). Sum of RGB (Red+Green+Blue) = 141+146+37=324 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.52% from 324); Green value is 146 (57.42% from 255 or 45.06% from 324); Blue value is 37 (14.84% from 255 or 11.42% from 324); Max value from RGB is 146 - color contains mainly: green. Hex color #8D9225 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D9225 is #726DDA. Grayscale: #848484. Windows color (decimal): -7499227 or 2462349. OLE color: 2462349.

HSL color Cylindrical-coordinate representation of color #8D9225: hue angle of 62.75º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8D9225 is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.43.

Color convert

RGB14114637-
CMYK0.0300.750.43
HSL62.75º59.56%35.88%-
HSV(B)62.75º74.66%57.25%-
XYZ21.626.355.7-
YUV132.0874.34134.36-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.52%
GREEN value IS 146 (57.42% from 255) = 45.06%
BLUE value IS 37 (14.84% from 255) = 11.42%
R=43.52%
G=45.06%
B=11.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal141146370.0300.750.4362.7559.5635.88
Hex8D9225304B2B3f3c24
Octal215222453011353777444
Binary10001101100100101001011101001011101011111111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,146,37); }

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

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

 a { background-color: rgb(141,146,37); }

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

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

 span { border-color: rgb(141,146,37); }

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