Html Css Color HEX #8E962F Citron

📋 copy color: '#8E962F'

red 142 ◦ green 150 ◦ blue 47

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

Shades of Citron #8E962F

Tints of Citron #8E962F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.25%

 BLUE value IS 47 (18.75% from 255) = 13.86%

R = 41.89%
G = 44.25%
B = 13.86%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#8E962F (or 0x8E962F) is known color: Citron. HEX triplet: 8E, 96 and 2F. RGB value is (142,150,47). Sum of RGB (Red+Green+Blue) = 142+150+47=339 (44% of max value = 765). Red value is 142 (55.86% from 255 or 41.89% from 339); Green value is 150 (58.98% from 255 or 44.25% from 339); Blue value is 47 (18.75% from 255 or 13.86% from 339); Max value from RGB is 150 - color contains mainly: green. Hex color #8E962F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E962F is #7169D0. Grayscale: #888888. Windows color (decimal): -7432657 or 3118734. OLE color: 3118734.

HSL color Cylindrical-coordinate representation of color #8E962F: hue angle of 64.66º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8E962F is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB 142 150 47 -
CMYK 0.05 0 0.69 0.41
HSL 64.66º 0.52% 0.39% -
HSV(B) 64.66º 0.69% 0.59% -
XYZ 22.57 27.77 6.86 -
YUV 135.87 77.85 132.38 -
System Red Green Blue C M Y K H S L
Decimal 142 150 47 0.05 0 0.69 0.41 64.66 0.52 0.39
Hex 8E 96 2F 5 0 45 29 41 34 27
Octal 216 226 57 5 0 105 51 101 64 47
Binary 10001110 10010110 101111 101 0 1000101 101001 1000001 110100 100111

Color Harmonies of #8E962F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E962F

Black with #8E962F

Text Example


Text Example

White with #8E962F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,150,47); }

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

background-color css

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

 a { background-color: rgb(142,150,47); }

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

border-color css

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

 span { border-color: rgb(142,150,47); }

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