Html Css Color HEX #8D930A Citron

📋 copy color: '#8D930A'

red 141 ◦ green 147 ◦ blue 10

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

Shades of Citron #8D930A

Tints of Citron #8D930A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.36%

R = 47.32%
G = 49.33%
B = 3.36%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#8D930A (or 0x8D930A) is known color: Citron. HEX triplet: 8D, 93 and 0A. RGB value is (141,147,10). Sum of RGB (Red+Green+Blue) = 141+147+10=298 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.32% from 298); Green value is 147 (57.81% from 255 or 49.33% from 298); Blue value is 10 (4.30% from 255 or 3.36% from 298); Max value from RGB is 147 - color contains mainly: green. Hex color #8D930A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D930A is #726CF5. Grayscale: #828282. Windows color (decimal): -7498998 or 693133. OLE color: 693133.

HSL color Cylindrical-coordinate representation of color #8D930A: hue angle of 62.63º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8D930A is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 141 147 10 -
CMYK 0.04 0 0.93 0.42
HSL 62.63º 0.87% 0.31% -
HSV(B) 62.63º 0.93% 0.58% -
XYZ 21.47 26.55 4.28 -
YUV 129.59 60.51 136.14 -
System Red Green Blue C M Y K H S L
Decimal 141 147 10 0.04 0 0.93 0.42 62.63 0.87 0.31
Hex 8D 93 A 4 0 5D 2A 3F 57 1F
Octal 215 223 12 4 0 135 52 77 127 37
Binary 10001101 10010011 1010 100 0 1011101 101010 111111 1010111 11111

Color Harmonies of #8D930A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D930A

Black with #8D930A

Text Example


Text Example

White with #8D930A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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