#8CB210

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

Shades of Citrus #8CB210

Tints of Citrus #8CB210

Color information

#8CB210 (or 0x8CB210) is unknown color: approx Citrus. HEX triplet: 8C, B2 and 10. RGB value is (140,178,16). Sum of RGB (Red+Green+Blue) = 140+178+16=334 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.92% from 334); Green value is 178 (69.92% from 255 or 53.29% from 334); Blue value is 16 (6.64% from 255 or 4.79% from 334); Max value from RGB is 178 - color contains mainly: green. Hex color #8CB210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CB210 is #734DEF. Grayscale: #949494. Windows color (decimal): -7556592 or 1094284. OLE color: 1094284.

HSL color Cylindrical-coordinate representation of color #8CB210: hue angle of 74.07º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8CB210 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB14017816-
CMYK0.2100.910.30
HSL74.07º83.51%38.04%-
HSV(B)74.07º91.01%69.8%-
XYZ26.8337.456.31-
YUV148.1753.41122.17-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.92%
GREEN value IS 178 (69.92% from 255) = 53.29%
BLUE value IS 16 (6.64% from 255) = 4.79%
R=41.92%
G=53.29%
B=4.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal140178160.2100.910.3074.0783.5138.04
Hex8CB2101505B1E4a5426
Octal214262202501333611212446
Binary10001100101100101000010101010110111111010010101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,178,16); }

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

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

 a { background-color: rgb(140,178,16); }

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

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

 span { border-color: rgb(140,178,16); }

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