Html Css Color HEX #8E982C Citron

📋 copy color: '#8E982C'

red 142 ◦ green 152 ◦ blue 44

#8E982C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citron #8E982C

Tints of Citron #8E982C

RGB

 RED value IS 142 (55.86% from 255) = 42.01%

 GREEN value IS 152 (59.77% from 255) = 44.97%

 BLUE value IS 44 (17.58% from 255) = 13.02%

R = 42.01%
G = 44.97%
B = 13.02%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.71

 K value IS 0.40

RGB Variations

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

Color information

#8E982C (or 0x8E982C) is known color: Citron. HEX triplet: 8E, 98 and 2C. RGB value is (142,152,44). Sum of RGB (Red+Green+Blue) = 142+152+44=338 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.01% from 338); Green value is 152 (59.77% from 255 or 44.97% from 338); Blue value is 44 (17.58% from 255 or 13.02% from 338); Max value from RGB is 152 - color contains mainly: green. Hex color #8E982C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E982C is #7167D3. Grayscale: #898989. Windows color (decimal): -7432148 or 2922638. OLE color: 2922638.

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

Color convert

RGB 142 152 44 -
CMYK 0.07 0 0.71 0.40
HSL 65.56º 0.55% 0.38% -
HSV(B) 65.56º 0.71% 0.6% -
XYZ 22.84 28.39 6.66 -
YUV 136.7 75.69 131.78 -
System Red Green Blue C M Y K H S L
Decimal 142 152 44 0.07 0 0.71 0.40 65.56 0.55 0.38
Hex 8E 98 2C 7 0 47 28 42 37 26
Octal 216 230 54 7 0 107 50 102 67 46
Binary 10001110 10011000 101100 111 0 1000111 101000 1000010 110111 100110

Color Harmonies of #8E982C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E982C

Black with #8E982C

Text Example


Text Example

White with #8E982C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E982C;
 }
 .AnyTagClassName
 {
   color: #8E982C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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