Html Css Color HEX #8E981F Citron

📋 copy color: '#8E981F'

red 142 ◦ green 152 ◦ blue 31

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

Shades of Citron #8E981F

Tints of Citron #8E981F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 46.77%

 BLUE value IS 31 (12.5% from 255) = 9.54%

R = 43.69%
G = 46.77%
B = 9.54%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#8E981F (or 0x8E981F) is known color: Citron. HEX triplet: 8E, 98 and 1F. RGB value is (142,152,31). Sum of RGB (Red+Green+Blue) = 142+152+31=325 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.69% from 325); Green value is 152 (59.77% from 255 or 46.77% from 325); Blue value is 31 (12.5% from 255 or 9.54% from 325); Max value from RGB is 152 - color contains mainly: green. Hex color #8E981F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E981F is #7167E0. Grayscale: #878787. Windows color (decimal): -7432161 or 2070670. OLE color: 2070670.

HSL color Cylindrical-coordinate representation of color #8E981F: hue angle of 64.96º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E981F is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB 142 152 31 -
CMYK 0.07 0 0.80 0.40
HSL 64.96º 0.66% 0.36% -
HSV(B) 64.96º 0.8% 0.6% -
XYZ 22.63 28.31 5.57 -
YUV 135.22 69.19 132.84 -
System Red Green Blue C M Y K H S L
Decimal 142 152 31 0.07 0 0.80 0.40 64.96 0.66 0.36
Hex 8E 98 1F 7 0 50 28 41 42 24
Octal 216 230 37 7 0 120 50 101 102 44
Binary 10001110 10011000 11111 111 0 1010000 101000 1000001 1000010 100100

Color Harmonies of #8E981F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E981F

Black with #8E981F

Text Example


Text Example

White with #8E981F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,152,31); }

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

background-color css

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

 a { background-color: rgb(142,152,31); }

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

border-color css

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

 span { border-color: rgb(142,152,31); }

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