Html Css Color HEX #8D901C Citron

📋 copy color: '#8D901C'

red 141 ◦ green 144 ◦ blue 28

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

Shades of Citron #8D901C

Tints of Citron #8D901C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.01%

 BLUE value IS 28 (11.33% from 255) = 8.95%

R = 45.05%
G = 46.01%
B = 8.95%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.81

 K value IS 0.44

RGB Variations

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

Color information

#8D901C (or 0x8D901C) is known color: Citron. HEX triplet: 8D, 90 and 1C. RGB value is (141,144,28). Sum of RGB (Red+Green+Blue) = 141+144+28=313 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.05% from 313); Green value is 144 (56.64% from 255 or 46.01% from 313); Blue value is 28 (11.33% from 255 or 8.95% from 313); Max value from RGB is 144 - color contains mainly: green. Hex color #8D901C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D901C is #726FE3. Grayscale: #828282. Windows color (decimal): -7499748 or 1872013. OLE color: 1872013.

HSL color Cylindrical-coordinate representation of color #8D901C: hue angle of 61.55º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8D901C is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB 141 144 28 -
CMYK 0.02 0 0.81 0.44
HSL 61.55º 0.67% 0.34% -
HSV(B) 61.55º 0.81% 0.56% -
XYZ 21.17 25.69 4.94 -
YUV 129.88 70.51 135.93 -
System Red Green Blue C M Y K H S L
Decimal 141 144 28 0.02 0 0.81 0.44 61.55 0.67 0.34
Hex 8D 90 1C 2 0 51 2C 3E 43 22
Octal 215 220 34 2 0 121 54 76 103 42
Binary 10001101 10010000 11100 10 0 1010001 101100 111110 1000011 100010

Color Harmonies of #8D901C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D901C

Black with #8D901C

Text Example


Text Example

White with #8D901C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,144,28); }

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

background-color css

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

 a { background-color: rgb(141,144,28); }

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

border-color css

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

 span { border-color: rgb(141,144,28); }

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