Html Css Color HEX #8D980D Citron

📋 copy color: '#8D980D'

red 141 ◦ green 152 ◦ blue 13

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

Shades of Citron #8D980D

Tints of Citron #8D980D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.25%

R = 46.08%
G = 49.67%
B = 4.25%

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

#8D980D (or 0x8D980D) is known color: Citron. HEX triplet: 8D, 98 and 0D. RGB value is (141,152,13). Sum of RGB (Red+Green+Blue) = 141+152+13=306 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.08% from 306); Green value is 152 (59.77% from 255 or 49.67% from 306); Blue value is 13 (5.47% from 255 or 4.25% from 306); Max value from RGB is 152 - color contains mainly: green. Hex color #8D980D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D980D is #7267F2. Grayscale: #858585. Windows color (decimal): -7497715 or 891021. OLE color: 891021.

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

Color convert

RGB 141 152 13 -
CMYK 0.07 0 0.91 0.40
HSL 64.75º 0.84% 0.32% -
HSV(B) 64.75º 0.91% 0.6% -
XYZ 22.29 28.15 4.64 -
YUV 132.87 60.36 133.8 -
System Red Green Blue C M Y K H S L
Decimal 141 152 13 0.07 0 0.91 0.40 64.75 0.84 0.32
Hex 8D 98 D 7 0 5B 28 41 54 20
Octal 215 230 15 7 0 133 50 101 124 40
Binary 10001101 10011000 1101 111 0 1011011 101000 1000001 1010100 100000

Color Harmonies of #8D980D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D980D

Black with #8D980D

Text Example


Text Example

White with #8D980D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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