Html Css Color HEX #8D982E Citron

📋 copy color: '#8D982E'

red 141 ◦ green 152 ◦ blue 46

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

Shades of Citron #8D982E

Tints of Citron #8D982E

RGB

 RED value IS 141 (55.47% from 255) = 41.59%

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

 BLUE value IS 46 (18.36% from 255) = 13.57%

R = 41.59%
G = 44.84%
B = 13.57%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.70

 K value IS 0.40

RGB Variations

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

Color information

#8D982E (or 0x8D982E) is known color: Citron. HEX triplet: 8D, 98 and 2E. RGB value is (141,152,46). Sum of RGB (Red+Green+Blue) = 141+152+46=339 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.59% from 339); Green value is 152 (59.77% from 255 or 44.84% from 339); Blue value is 46 (18.36% from 255 or 13.57% from 339); Max value from RGB is 152 - color contains mainly: green. Hex color #8D982E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D982E is #7267D1. Grayscale: #898989. Windows color (decimal): -7497682 or 3053709. OLE color: 3053709.

HSL color Cylindrical-coordinate representation of color #8D982E: hue angle of 66.23º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8D982E is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB 141 152 46 -
CMYK 0.07 0 0.70 0.40
HSL 66.23º 0.54% 0.39% -
HSV(B) 66.23º 0.7% 0.6% -
XYZ 22.71 28.32 6.85 -
YUV 136.63 76.86 131.12 -
System Red Green Blue C M Y K H S L
Decimal 141 152 46 0.07 0 0.70 0.40 66.23 0.54 0.39
Hex 8D 98 2E 7 0 46 28 42 36 27
Octal 215 230 56 7 0 106 50 102 66 47
Binary 10001101 10011000 101110 111 0 1000110 101000 1000010 110110 100111

Color Harmonies of #8D982E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D982E

Black with #8D982E

Text Example


Text Example

White with #8D982E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,152,46); }

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

background-color css

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

 a { background-color: rgb(141,152,46); }

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

border-color css

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

 span { border-color: rgb(141,152,46); }

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