Html Css Color HEX #8E941C Citron

📋 copy color: '#8E941C'

red 142 ◦ green 148 ◦ blue 28

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

Shades of Citron #8E941C

Tints of Citron #8E941C

RGB

 RED value IS 142 (55.86% from 255) = 44.65%

 GREEN value IS 148 (58.2% from 255) = 46.54%

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

R = 44.65%
G = 46.54%
B = 8.81%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#8E941C (or 0x8E941C) is known color: Citron. HEX triplet: 8E, 94 and 1C. RGB value is (142,148,28). Sum of RGB (Red+Green+Blue) = 142+148+28=318 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.65% from 318); Green value is 148 (58.20% from 255 or 46.54% from 318); Blue value is 28 (11.33% from 255 or 8.81% from 318); Max value from RGB is 148 - color contains mainly: green. Hex color #8E941C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E941C is #716BE3. Grayscale: #858585. Windows color (decimal): -7433188 or 1873038. OLE color: 1873038.

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

Color convert

RGB 142 148 28 -
CMYK 0.04 0 0.81 0.42
HSL 63º 0.68% 0.35% -
HSV(B) 63º 0.81% 0.58% -
XYZ 21.95 27.01 5.16 -
YUV 132.53 69.01 134.76 -
System Red Green Blue C M Y K H S L
Decimal 142 148 28 0.04 0 0.81 0.42 63 0.68 0.35
Hex 8E 94 1C 4 0 51 2A 3F 44 23
Octal 216 224 34 4 0 121 52 77 104 43
Binary 10001110 10010100 11100 100 0 1010001 101010 111111 1000100 100011

Color Harmonies of #8E941C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E941C

Black with #8E941C

Text Example


Text Example

White with #8E941C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,148,28); }

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

background-color css

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

 a { background-color: rgb(142,148,28); }

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

border-color css

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

 span { border-color: rgb(142,148,28); }

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