Html Css Color HEX #8D950F Citron

📋 copy color: '#8D950F'

red 141 ◦ green 149 ◦ blue 15

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

Shades of Citron #8D950F

Tints of Citron #8D950F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.92%

R = 46.23%
G = 48.85%
B = 4.92%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#8D950F (or 0x8D950F) is known color: Citron. HEX triplet: 8D, 95 and 0F. RGB value is (141,149,15). Sum of RGB (Red+Green+Blue) = 141+149+15=305 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.23% from 305); Green value is 149 (58.59% from 255 or 48.85% from 305); Blue value is 15 (6.25% from 255 or 4.92% from 305); Max value from RGB is 149 - color contains mainly: green. Hex color #8D950F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D950F is #726AF0. Grayscale: #838383. Windows color (decimal): -7498481 or 1021325. OLE color: 1021325.

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

Color convert

RGB 141 149 15 -
CMYK 0.05 0 0.90 0.42
HSL 63.58º 0.82% 0.32% -
HSV(B) 63.58º 0.9% 0.58% -
XYZ 21.82 27.19 4.55 -
YUV 131.33 62.35 134.9 -
System Red Green Blue C M Y K H S L
Decimal 141 149 15 0.05 0 0.90 0.42 63.58 0.82 0.32
Hex 8D 95 F 5 0 5A 2A 40 52 20
Octal 215 225 17 5 0 132 52 100 122 40
Binary 10001101 10010101 1111 101 0 1011010 101010 1000000 1010010 100000

Color Harmonies of #8D950F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D950F

Black with #8D950F

Text Example


Text Example

White with #8D950F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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