#8C8D25

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

Shades of Citron #8C8D25

Tints of Citron #8C8D25

Color information

#8C8D25 (or 0x8C8D25) is unknown color: approx Citron. HEX triplet: 8C, 8D and 25. RGB value is (140,141,37). Sum of RGB (Red+Green+Blue) = 140+141+37=318 (42% of max value = 765). Red value is 140 (55.08% from 255 or 44.03% from 318); Green value is 141 (55.47% from 255 or 44.34% from 318); Blue value is 37 (14.84% from 255 or 11.64% from 318); Max value from RGB is 141 - color contains mainly: green. Hex color #8C8D25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8D25 is #7372DA. Grayscale: #818181. Windows color (decimal): -7566043 or 2461068. OLE color: 2461068.

HSL color Cylindrical-coordinate representation of color #8C8D25: hue angle of 60.58º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8C8D25 is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.45.

Color convert

RGB14014137-
CMYK0.0100.740.45
HSL60.58º58.43%34.9%-
HSV(B)60.58º73.76%55.29%-
XYZ20.6724.765.44-
YUV128.8476.17135.96-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.03%
GREEN value IS 141 (55.47% from 255) = 44.34%
BLUE value IS 37 (14.84% from 255) = 11.64%
R=44.03%
G=44.34%
B=11.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140141370.0100.740.4560.5858.4334.9
Hex8C8D25104A2D3d3a23
Octal214215451011255757243
Binary1000110010001101100101101001010101101111101111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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