Html Css Color HEX #8D9B12 Citron

📋 copy color: '#8D9B12'

red 141 ◦ green 155 ◦ blue 18

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

Shades of Citron #8D9B12

Tints of Citron #8D9B12

RGB

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

 GREEN value IS 155 (60.94% from 255) = 49.36%

 BLUE value IS 18 (7.42% from 255) = 5.73%

R = 44.9%
G = 49.36%
B = 5.73%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.88

 K value IS 0.39

RGB Variations

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

Color information

#8D9B12 (or 0x8D9B12) is known color: Citron. HEX triplet: 8D, 9B and 12. RGB value is (141,155,18). Sum of RGB (Red+Green+Blue) = 141+155+18=314 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.90% from 314); Green value is 155 (60.94% from 255 or 49.36% from 314); Blue value is 18 (7.42% from 255 or 5.73% from 314); Max value from RGB is 155 - color contains mainly: green. Hex color #8D9B12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D9B12 is #7264ED. Grayscale: #878787. Windows color (decimal): -7496942 or 1219469. OLE color: 1219469.

HSL color Cylindrical-coordinate representation of color #8D9B12: hue angle of 66.13º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8D9B12 is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB 141 155 18 -
CMYK 0.09 0 0.88 0.39
HSL 66.13º 0.79% 0.34% -
HSV(B) 66.13º 0.88% 0.61% -
XYZ 22.82 29.15 5 -
YUV 135.2 61.86 132.14 -
System Red Green Blue C M Y K H S L
Decimal 141 155 18 0.09 0 0.88 0.39 66.13 0.79 0.34
Hex 8D 9B 12 9 0 58 27 42 4F 22
Octal 215 233 22 11 0 130 47 102 117 42
Binary 10001101 10011011 10010 1001 0 1011000 100111 1000010 1001111 100010

Color Harmonies of #8D9B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9B12

Black with #8D9B12

Text Example


Text Example

White with #8D9B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,155,18); }

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

background-color css

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

 a { background-color: rgb(141,155,18); }

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

border-color css

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

 span { border-color: rgb(141,155,18); }

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