Html Css Color HEX #8C9214 Citron

📋 copy color: '#8C9214'

red 140 ◦ green 146 ◦ blue 20

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

Shades of Citron #8C9214

Tints of Citron #8C9214

RGB

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

 GREEN value IS 146 (57.42% from 255) = 47.71%

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

R = 45.75%
G = 47.71%
B = 6.54%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#8C9214 (or 0x8C9214) is known color: Citron. HEX triplet: 8C, 92 and 14. RGB value is (140,146,20). Sum of RGB (Red+Green+Blue) = 140+146+20=306 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.75% from 306); Green value is 146 (57.42% from 255 or 47.71% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 146 - color contains mainly: green. Hex color #8C9214 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C9214 is #736DEB. Grayscale: #828282. Windows color (decimal): -7564780 or 1348236. OLE color: 1348236.

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

Color convert

RGB 140 146 20 -
CMYK 0.04 0 0.86 0.43
HSL 62.86º 0.76% 0.33% -
HSV(B) 62.86º 0.86% 0.57% -
XYZ 21.22 26.18 4.6 -
YUV 129.84 66.01 135.25 -
System Red Green Blue C M Y K H S L
Decimal 140 146 20 0.04 0 0.86 0.43 62.86 0.76 0.33
Hex 8C 92 14 4 0 56 2B 3F 4C 21
Octal 214 222 24 4 0 126 53 77 114 41
Binary 10001100 10010010 10100 100 0 1010110 101011 111111 1001100 100001

Color Harmonies of #8C9214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9214

Black with #8C9214

Text Example


Text Example

White with #8C9214

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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