Html Css Color HEX #8E970C Citron

📋 copy color: '#8E970C'

red 142 ◦ green 151 ◦ blue 12

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

Shades of Citron #8E970C

Tints of Citron #8E970C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 49.51%

 BLUE value IS 12 (5.08% from 255) = 3.93%

R = 46.56%
G = 49.51%
B = 3.93%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#8E970C (or 0x8E970C) is known color: Citron. HEX triplet: 8E, 97 and 0C. RGB value is (142,151,12). Sum of RGB (Red+Green+Blue) = 142+151+12=305 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.56% from 305); Green value is 151 (59.38% from 255 or 49.51% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 151 - color contains mainly: green. Hex color #8E970C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E970C is #7168F3. Grayscale: #858585. Windows color (decimal): -7432436 or 825230. OLE color: 825230.

HSL color Cylindrical-coordinate representation of color #8E970C: hue angle of 63.88º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8E970C is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB 142 151 12 -
CMYK 0.06 0 0.92 0.41
HSL 63.88º 0.85% 0.32% -
HSV(B) 63.88º 0.92% 0.59% -
XYZ 22.29 27.91 4.56 -
YUV 132.46 60.02 134.8 -
System Red Green Blue C M Y K H S L
Decimal 142 151 12 0.06 0 0.92 0.41 63.88 0.85 0.32
Hex 8E 97 C 6 0 5C 29 40 55 20
Octal 216 227 14 6 0 134 51 100 125 40
Binary 10001110 10010111 1100 110 0 1011100 101001 1000000 1010101 100000

Color Harmonies of #8E970C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E970C

Black with #8E970C

Text Example


Text Example

White with #8E970C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,151,12); }

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

background-color css

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

 a { background-color: rgb(142,151,12); }

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

border-color css

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

 span { border-color: rgb(142,151,12); }

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