#8C902A

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

Shades of Citron #8C902A

Tints of Citron #8C902A

Color information

#8C902A (or 0x8C902A) is unknown color: approx Citron. HEX triplet: 8C, 90 and 2A. RGB value is (140,144,42). Sum of RGB (Red+Green+Blue) = 140+144+42=326 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.94% from 326); Green value is 144 (56.64% from 255 or 44.17% from 326); Blue value is 42 (16.80% from 255 or 12.88% from 326); Max value from RGB is 144 - color contains mainly: green. Hex color #8C902A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C902A is #736FD5. Grayscale: #838383. Windows color (decimal): -7565270 or 2789516. OLE color: 2789516.

HSL color Cylindrical-coordinate representation of color #8C902A: hue angle of 62.35º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C902A is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.44.

Color convert

RGB14014442-
CMYK0.0300.710.44
HSL62.35º54.84%36.47%-
HSV(B)62.35º70.83%56.47%-
XYZ21.2125.696.03-
YUV131.1877.67134.29-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.94%
GREEN value IS 144 (56.64% from 255) = 44.17%
BLUE value IS 42 (16.80% from 255) = 12.88%
R=42.94%
G=44.17%
B=12.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal140144420.0300.710.4462.3554.8436.47
Hex8C902A30472C3e3724
Octal214220523010754766744
Binary10001100100100001010101101000111101100111110110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C902A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,144,42); }

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

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

 a { background-color: rgb(140,144,42); }

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

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

 span { border-color: rgb(140,144,42); }

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