Html Css Color HEX #8C9217 Citron

📋 copy color: '#8C9217'

red 140 ◦ green 146 ◦ blue 23

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

Shades of Citron #8C9217

Tints of Citron #8C9217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.44%

R = 45.31%
G = 47.25%
B = 7.44%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.84

 K value IS 0.43

RGB Variations

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

Color information

#8C9217 (or 0x8C9217) is known color: Citron. HEX triplet: 8C, 92 and 17. RGB value is (140,146,23). Sum of RGB (Red+Green+Blue) = 140+146+23=309 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.31% from 309); Green value is 146 (57.42% from 255 or 47.25% from 309); Blue value is 23 (9.38% from 255 or 7.44% from 309); Max value from RGB is 146 - color contains mainly: green. Hex color #8C9217 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C9217 is #736DE8. Grayscale: #828282. Windows color (decimal): -7564777 or 1544844. OLE color: 1544844.

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

Color convert

RGB 140 146 23 -
CMYK 0.04 0 0.84 0.43
HSL 62.93º 0.73% 0.33% -
HSV(B) 62.93º 0.84% 0.57% -
XYZ 21.25 26.2 4.75 -
YUV 130.18 67.51 135 -
System Red Green Blue C M Y K H S L
Decimal 140 146 23 0.04 0 0.84 0.43 62.93 0.73 0.33
Hex 8C 92 17 4 0 54 2B 3F 49 21
Octal 214 222 27 4 0 124 53 77 111 41
Binary 10001100 10010010 10111 100 0 1010100 101011 111111 1001001 100001

Color Harmonies of #8C9217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9217

Black with #8C9217

Text Example


Text Example

White with #8C9217

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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