Html Css Color HEX #8C9314 Citron

📋 copy color: '#8C9314'

red 140 ◦ green 147 ◦ blue 20

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

Shades of Citron #8C9314

Tints of Citron #8C9314

RGB

 RED value IS 140 (55.08% from 255) = 45.6%

 GREEN value IS 147 (57.81% from 255) = 47.88%

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

R = 45.6%
G = 47.88%
B = 6.51%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#8C9314 (or 0x8C9314) is known color: Citron. HEX triplet: 8C, 93 and 14. RGB value is (140,147,20). Sum of RGB (Red+Green+Blue) = 140+147+20=307 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.60% from 307); Green value is 147 (57.81% from 255 or 47.88% from 307); Blue value is 20 (8.20% from 255 or 6.51% from 307); Max value from RGB is 147 - color contains mainly: green. Hex color #8C9314 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C9314 is #736CEB. Grayscale: #828282. Windows color (decimal): -7564524 or 1348492. OLE color: 1348492.

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

Color convert

RGB 140 147 20 -
CMYK 0.05 0 0.86 0.42
HSL 63.31º 0.76% 0.33% -
HSV(B) 63.31º 0.86% 0.58% -
XYZ 21.38 26.49 4.65 -
YUV 130.43 65.68 134.83 -
System Red Green Blue C M Y K H S L
Decimal 140 147 20 0.05 0 0.86 0.42 63.31 0.76 0.33
Hex 8C 93 14 5 0 56 2A 3F 4C 21
Octal 214 223 24 5 0 126 52 77 114 41
Binary 10001100 10010011 10100 101 0 1010110 101010 111111 1001100 100001

Color Harmonies of #8C9314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9314

Black with #8C9314

Text Example


Text Example

White with #8C9314

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,147,20); }

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

background-color css

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

 a { background-color: rgb(140,147,20); }

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

border-color css

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

 span { border-color: rgb(140,147,20); }

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