Html Css Color HEX #8D951F Citron

📋 copy color: '#8D951F'

red 141 ◦ green 149 ◦ blue 31

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

Shades of Citron #8D951F

Tints of Citron #8D951F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.66%

R = 43.93%
G = 46.42%
B = 9.66%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#8D951F (or 0x8D951F) is known color: Citron. HEX triplet: 8D, 95 and 1F. RGB value is (141,149,31). Sum of RGB (Red+Green+Blue) = 141+149+31=321 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.93% from 321); Green value is 149 (58.59% from 255 or 46.42% from 321); Blue value is 31 (12.5% from 255 or 9.66% from 321); Max value from RGB is 149 - color contains mainly: green. Hex color #8D951F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D951F is #726AE0. Grayscale: #858585. Windows color (decimal): -7498465 or 2069901. OLE color: 2069901.

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

Color convert

RGB 141 149 31 -
CMYK 0.05 0 0.79 0.42
HSL 64.07º 0.66% 0.35% -
HSV(B) 64.07º 0.79% 0.58% -
XYZ 21.98 27.26 5.4 -
YUV 133.16 70.35 133.59 -
System Red Green Blue C M Y K H S L
Decimal 141 149 31 0.05 0 0.79 0.42 64.07 0.66 0.35
Hex 8D 95 1F 5 0 4F 2A 40 42 23
Octal 215 225 37 5 0 117 52 100 102 43
Binary 10001101 10010101 11111 101 0 1001111 101010 1000000 1000010 100011

Color Harmonies of #8D951F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D951F

Black with #8D951F

Text Example


Text Example

White with #8D951F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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