Html Css Color HEX #8E9520 Citron

📋 copy color: '#8E9520'

red 142 ◦ green 149 ◦ blue 32

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

Shades of Citron #8E9520

Tints of Citron #8E9520

RGB

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

 GREEN value IS 149 (58.59% from 255) = 46.13%

 BLUE value IS 32 (12.89% from 255) = 9.91%

R = 43.96%
G = 46.13%
B = 9.91%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#8E9520 (or 0x8E9520) is known color: Citron. HEX triplet: 8E, 95 and 20. RGB value is (142,149,32). Sum of RGB (Red+Green+Blue) = 142+149+32=323 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.96% from 323); Green value is 149 (58.59% from 255 or 46.13% from 323); Blue value is 32 (12.89% from 255 or 9.91% from 323); Max value from RGB is 149 - color contains mainly: green. Hex color #8E9520 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E9520 is #716ADF. Grayscale: #868686. Windows color (decimal): -7432928 or 2135438. OLE color: 2135438.

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

Color convert

RGB 142 149 32 -
CMYK 0.05 0 0.79 0.42
HSL 63.59º 0.65% 0.35% -
HSV(B) 63.59º 0.79% 0.58% -
XYZ 22.16 27.35 5.48 -
YUV 133.57 70.68 134.01 -
System Red Green Blue C M Y K H S L
Decimal 142 149 32 0.05 0 0.79 0.42 63.59 0.65 0.35
Hex 8E 95 20 5 0 4F 2A 40 41 23
Octal 216 225 40 5 0 117 52 100 101 43
Binary 10001110 10010101 100000 101 0 1001111 101010 1000000 1000001 100011

Color Harmonies of #8E9520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9520

Black with #8E9520

Text Example


Text Example

White with #8E9520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,149,32); }

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

background-color css

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

 a { background-color: rgb(142,149,32); }

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

border-color css

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

 span { border-color: rgb(142,149,32); }

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