Html Css Color HEX #8D980E Citron

📋 copy color: '#8D980E'

red 141 ◦ green 152 ◦ blue 14

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

Shades of Citron #8D980E

Tints of Citron #8D980E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.56%

R = 45.93%
G = 49.51%
B = 4.56%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#8D980E (or 0x8D980E) is known color: Citron. HEX triplet: 8D, 98 and 0E. RGB value is (141,152,14). Sum of RGB (Red+Green+Blue) = 141+152+14=307 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.93% from 307); Green value is 152 (59.77% from 255 or 49.51% from 307); Blue value is 14 (5.86% from 255 or 4.56% from 307); Max value from RGB is 152 - color contains mainly: green. Hex color #8D980E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D980E is #7267F1. Grayscale: #858585. Windows color (decimal): -7497714 or 956557. OLE color: 956557.

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

Color convert

RGB 141 152 14 -
CMYK 0.07 0 0.91 0.40
HSL 64.78º 0.83% 0.33% -
HSV(B) 64.78º 0.91% 0.6% -
XYZ 22.29 28.15 4.67 -
YUV 132.98 60.86 133.72 -
System Red Green Blue C M Y K H S L
Decimal 141 152 14 0.07 0 0.91 0.40 64.78 0.83 0.33
Hex 8D 98 E 7 0 5B 28 41 53 21
Octal 215 230 16 7 0 133 50 101 123 41
Binary 10001101 10011000 1110 111 0 1011011 101000 1000001 1010011 100001

Color Harmonies of #8D980E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D980E

Black with #8D980E

Text Example


Text Example

White with #8D980E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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