#8C980B

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

Shades of Citron #8C980B

Tints of Citron #8C980B

Color information

#8C980B (or 0x8C980B) is unknown color: approx Citron. HEX triplet: 8C, 98 and 0B. RGB value is (140,152,11). Sum of RGB (Red+Green+Blue) = 140+152+11=303 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.20% from 303); Green value is 152 (59.77% from 255 or 50.17% from 303); Blue value is 11 (4.69% from 255 or 3.63% from 303); Max value from RGB is 152 - color contains mainly: green. Hex color #8C980B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C980B is #7367F4. Grayscale: #848484. Windows color (decimal): -7563253 or 759948. OLE color: 759948.

HSL color Cylindrical-coordinate representation of color #8C980B: hue angle of 65.11º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8C980B is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB14015211-
CMYK0.0800.930.40
HSL65.11º86.5%31.96%-
HSV(B)65.11º92.76%59.61%-
XYZ22.128.064.57-
YUV132.3459.52133.46-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.20%
GREEN value IS 152 (59.77% from 255) = 50.17%
BLUE value IS 11 (4.69% from 255) = 3.63%
R=46.20%
G=50.17%
B=3.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal140152110.0800.930.4065.1186.531.96
Hex8C98B805D28415720
Octal214230131001355010112740
Binary1000110010011000101110000101110110100010000011010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C980B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,152,11); }

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

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

 a { background-color: rgb(140,152,11); }

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

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

 span { border-color: rgb(140,152,11); }

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