#8C9229

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

Shades of Citron #8C9229

Tints of Citron #8C9229

Color information

#8C9229 (or 0x8C9229) is unknown color: approx Citron. HEX triplet: 8C, 92 and 29. RGB value is (140,146,41). Sum of RGB (Red+Green+Blue) = 140+146+41=327 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.81% from 327); Green value is 146 (57.42% from 255 or 44.65% from 327); Blue value is 41 (16.41% from 255 or 12.54% from 327); Max value from RGB is 146 - color contains mainly: green. Hex color #8C9229 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9229 is #736DD6. Grayscale: #848484. Windows color (decimal): -7564759 or 2724492. OLE color: 2724492.

HSL color Cylindrical-coordinate representation of color #8C9229: hue angle of 63.43º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8C9229 is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB14014641-
CMYK0.0400.720.43
HSL63.43º56.15%36.67%-
HSV(B)63.43º71.92%57.25%-
XYZ21.4926.296.04-
YUV132.2476.51133.54-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.81%
GREEN value IS 146 (57.42% from 255) = 44.65%
BLUE value IS 41 (16.41% from 255) = 12.54%
R=42.81%
G=44.65%
B=12.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal140146410.0400.720.4363.4356.1536.67
Hex8C922940482B3f3825
Octal214222514011053777045
Binary100011001001001010100110001001000101011111111111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,146,41); }

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

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

 a { background-color: rgb(140,146,41); }

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

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

 span { border-color: rgb(140,146,41); }

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