Html Css Color HEX #8D950E Citron

📋 copy color: '#8D950E'

red 141 ◦ green 149 ◦ blue 14

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

Shades of Citron #8D950E

Tints of Citron #8D950E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 49.01%

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

R = 46.38%
G = 49.01%
B = 4.61%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#8D950E (or 0x8D950E) is known color: Citron. HEX triplet: 8D, 95 and 0E. RGB value is (141,149,14). Sum of RGB (Red+Green+Blue) = 141+149+14=304 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.38% from 304); Green value is 149 (58.59% from 255 or 49.01% from 304); Blue value is 14 (5.86% from 255 or 4.61% from 304); Max value from RGB is 149 - color contains mainly: green. Hex color #8D950E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D950E is #726AF1. Grayscale: #838383. Windows color (decimal): -7498482 or 955789. OLE color: 955789.

HSL color Cylindrical-coordinate representation of color #8D950E: hue angle of 63.56º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8D950E is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 141 149 14 -
CMYK 0.05 0 0.91 0.42
HSL 63.56º 0.83% 0.32% -
HSV(B) 63.56º 0.91% 0.58% -
XYZ 21.81 27.19 4.51 -
YUV 131.22 61.85 134.98 -
System Red Green Blue C M Y K H S L
Decimal 141 149 14 0.05 0 0.91 0.42 63.56 0.83 0.32
Hex 8D 95 E 5 0 5B 2A 40 53 20
Octal 215 225 16 5 0 133 52 100 123 40
Binary 10001101 10010101 1110 101 0 1011011 101010 1000000 1010011 100000

Color Harmonies of #8D950E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D950E

Black with #8D950E

Text Example


Text Example

White with #8D950E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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