#8E982B

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

Shades of Citron #8E982B

Tints of Citron #8E982B

Color information

#8E982B (or 0x8E982B) is unknown color: approx Citron. HEX triplet: 8E, 98 and 2B. RGB value is (142,152,43). Sum of RGB (Red+Green+Blue) = 142+152+43=337 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.14% from 337); Green value is 152 (59.77% from 255 or 45.10% from 337); Blue value is 43 (17.19% from 255 or 12.76% from 337); Max value from RGB is 152 - color contains mainly: green. Hex color #8E982B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E982B is #7167D4. Grayscale: #898989. Windows color (decimal): -7432149 or 2857102. OLE color: 2857102.

HSL color Cylindrical-coordinate representation of color #8E982B: hue angle of 65.5º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8E982B is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB14215243-
CMYK0.0700.720.40
HSL65.5º55.9%38.24%-
HSV(B)65.5º71.71%59.61%-
XYZ22.8228.386.56-
YUV136.5875.19131.86-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.14%
GREEN value IS 152 (59.77% from 255) = 45.10%
BLUE value IS 43 (17.19% from 255) = 12.76%
R=42.14%
G=45.10%
B=12.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal142152430.0700.720.4065.555.938.24
Hex8E982B704828423826
Octal2162305370110501027046
Binary1000111010011000101011111010010001010001000010111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E982B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,152,43); }

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

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

 a { background-color: rgb(142,152,43); }

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

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

 span { border-color: rgb(142,152,43); }

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