#8CA221

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

Shades of Citron #8CA221

Tints of Citron #8CA221

Color information

#8CA221 (or 0x8CA221) is unknown color: approx Citron. HEX triplet: 8C, A2 and 21. RGB value is (140,162,33). Sum of RGB (Red+Green+Blue) = 140+162+33=335 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.79% from 335); Green value is 162 (63.67% from 255 or 48.36% from 335); Blue value is 33 (13.28% from 255 or 9.85% from 335); Max value from RGB is 162 - color contains mainly: green. Hex color #8CA221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA221 is #735DDE. Grayscale: #8D8D8D. Windows color (decimal): -7560671 or 2204300. OLE color: 2204300.

HSL color Cylindrical-coordinate representation of color #8CA221: hue angle of 70.23º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8CA221 is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB14016233-
CMYK0.1400.800.36
HSL70.23º66.15%38.24%-
HSV(B)70.23º79.63%63.53%-
XYZ24.0131.536.26-
YUV140.7267.21127.49-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.79%
GREEN value IS 162 (63.67% from 255) = 48.36%
BLUE value IS 33 (13.28% from 255) = 9.85%
R=41.79%
G=48.36%
B=9.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal140162330.1400.800.3670.2366.1538.24
Hex8CA221E05024464226
Octal214242411601204410610246
Binary100011001010001010000111100101000010010010001101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,162,33); }

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

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

 a { background-color: rgb(140,162,33); }

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

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

 span { border-color: rgb(140,162,33); }

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