Html Css Color HEX #8E8B14 Citron

📋 copy color: '#8E8B14'

red 142 ◦ green 139 ◦ blue 20

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

Shades of Citron #8E8B14

Tints of Citron #8E8B14

RGB

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

 GREEN value IS 139 (54.69% from 255) = 46.18%

 BLUE value IS 20 (8.2% from 255) = 6.64%

R = 47.18%
G = 46.18%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#8E8B14 (or 0x8E8B14) is known color: Citron. HEX triplet: 8E, 8B and 14. RGB value is (142,139,20). Sum of RGB (Red+Green+Blue) = 142+139+20=301 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.18% from 301); Green value is 139 (54.69% from 255 or 46.18% from 301); Blue value is 20 (8.20% from 255 or 6.64% from 301); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8B14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E8B14 is #7174EB. Grayscale: #7E7E7E. Windows color (decimal): -7435500 or 1346446. OLE color: 1346446.

HSL color Cylindrical-coordinate representation of color #8E8B14: hue angle of 58.52º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8E8B14 is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 139 20 -
CMYK 0 0.02 0.86 0.44
HSL 58.52º 0.75% 0.32% -
HSV(B) 58.52º 0.86% 0.56% -
XYZ 20.51 24.27 4.26 -
YUV 126.33 67.99 139.18 -
System Red Green Blue C M Y K H S L
Decimal 142 139 20 0 0.02 0.86 0.44 58.52 0.75 0.32
Hex 8E 8B 14 0 2 56 2C 3B 4B 20
Octal 216 213 24 0 2 126 54 73 113 40
Binary 10001110 10001011 10100 0 10 1010110 101100 111011 1001011 100000

Color Harmonies of #8E8B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8B14

Black with #8E8B14

Text Example


Text Example

White with #8E8B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,139,20); }

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

background-color css

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

 a { background-color: rgb(142,139,20); }

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

border-color css

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

 span { border-color: rgb(142,139,20); }

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