Html Css Color HEX #8C9213 Citron

📋 copy color: '#8C9213'

red 140 ◦ green 146 ◦ blue 19

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

Shades of Citron #8C9213

Tints of Citron #8C9213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.23%

R = 45.9%
G = 47.87%
B = 6.23%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.87

 K value IS 0.43

RGB Variations

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

Color information

#8C9213 (or 0x8C9213) is known color: Citron. HEX triplet: 8C, 92 and 13. RGB value is (140,146,19). Sum of RGB (Red+Green+Blue) = 140+146+19=305 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.90% from 305); Green value is 146 (57.42% from 255 or 47.87% from 305); Blue value is 19 (7.81% from 255 or 6.23% from 305); Max value from RGB is 146 - color contains mainly: green. Hex color #8C9213 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C9213 is #736DEC. Grayscale: #828282. Windows color (decimal): -7564781 or 1282700. OLE color: 1282700.

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

Color convert

RGB 140 146 19 -
CMYK 0.04 0 0.87 0.43
HSL 62.83º 0.77% 0.32% -
HSV(B) 62.83º 0.87% 0.57% -
XYZ 21.21 26.18 4.55 -
YUV 129.73 65.51 135.33 -
System Red Green Blue C M Y K H S L
Decimal 140 146 19 0.04 0 0.87 0.43 62.83 0.77 0.32
Hex 8C 92 13 4 0 57 2B 3F 4D 20
Octal 214 222 23 4 0 127 53 77 115 40
Binary 10001100 10010010 10011 100 0 1010111 101011 111111 1001101 100000

Color Harmonies of #8C9213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9213

Black with #8C9213

Text Example


Text Example

White with #8C9213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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