Html Css Color HEX #8D930F Citron

📋 copy color: '#8D930F'

red 141 ◦ green 147 ◦ blue 15

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

Shades of Citron #8D930F

Tints of Citron #8D930F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 48.51%

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

R = 46.53%
G = 48.51%
B = 4.95%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#8D930F (or 0x8D930F) is known color: Citron. HEX triplet: 8D, 93 and 0F. RGB value is (141,147,15). Sum of RGB (Red+Green+Blue) = 141+147+15=303 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.53% from 303); Green value is 147 (57.81% from 255 or 48.51% from 303); Blue value is 15 (6.25% from 255 or 4.95% from 303); Max value from RGB is 147 - color contains mainly: green. Hex color #8D930F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D930F is #726CF0. Grayscale: #828282. Windows color (decimal): -7498993 or 1020813. OLE color: 1020813.

HSL color Cylindrical-coordinate representation of color #8D930F: hue angle of 62.73º degrees, saturation: 0.81, 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 #8D930F is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 141 147 15 -
CMYK 0.04 0 0.90 0.42
HSL 62.73º 0.81% 0.32% -
HSV(B) 62.73º 0.9% 0.58% -
XYZ 21.5 26.56 4.45 -
YUV 130.16 63.01 135.73 -
System Red Green Blue C M Y K H S L
Decimal 141 147 15 0.04 0 0.90 0.42 62.73 0.81 0.32
Hex 8D 93 F 4 0 5A 2A 3F 51 20
Octal 215 223 17 4 0 132 52 77 121 40
Binary 10001101 10010011 1111 100 0 1011010 101010 111111 1010001 100000

Color Harmonies of #8D930F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D930F

Black with #8D930F

Text Example


Text Example

White with #8D930F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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