Html Css Color HEX #8D982C Citron

📋 copy color: '#8D982C'

red 141 ◦ green 152 ◦ blue 44

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

Shades of Citron #8D982C

Tints of Citron #8D982C

RGB

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

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

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

R = 41.84%
G = 45.1%
B = 13.06%

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

#8D982C (or 0x8D982C) is known color: Citron. HEX triplet: 8D, 98 and 2C. RGB value is (141,152,44). Sum of RGB (Red+Green+Blue) = 141+152+44=337 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.84% from 337); Green value is 152 (59.77% from 255 or 45.10% from 337); Blue value is 44 (17.58% from 255 or 13.06% from 337); Max value from RGB is 152 - color contains mainly: green. Hex color #8D982C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D982C is #7267D3. Grayscale: #888888. Windows color (decimal): -7497684 or 2922637. OLE color: 2922637.

HSL color Cylindrical-coordinate representation of color #8D982C: hue angle of 66.11º 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 #8D982C is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB 141 152 44 -
CMYK 0.07 0 0.71 0.40
HSL 66.11º 0.55% 0.38% -
HSV(B) 66.11º 0.71% 0.6% -
XYZ 22.67 28.3 6.65 -
YUV 136.4 75.86 131.28 -
System Red Green Blue C M Y K H S L
Decimal 141 152 44 0.07 0 0.71 0.40 66.11 0.55 0.38
Hex 8D 98 2C 7 0 47 28 42 37 26
Octal 215 230 54 7 0 107 50 102 67 46
Binary 10001101 10011000 101100 111 0 1000111 101000 1000010 110111 100110

Color Harmonies of #8D982C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D982C

Black with #8D982C

Text Example


Text Example

White with #8D982C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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