Html Css Color HEX #8C9917 Citron

📋 copy color: '#8C9917'

red 140 ◦ green 153 ◦ blue 23

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

Shades of Citron #8C9917

Tints of Citron #8C9917

RGB

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

 GREEN value IS 153 (60.16% from 255) = 48.42%

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

R = 44.3%
G = 48.42%
B = 7.28%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.85

 K value IS 0.4

RGB Variations

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

Color information

#8C9917 (or 0x8C9917) is known color: Citron. HEX triplet: 8C, 99 and 17. RGB value is (140,153,23). Sum of RGB (Red+Green+Blue) = 140+153+23=316 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.30% from 316); Green value is 153 (60.16% from 255 or 48.42% from 316); Blue value is 23 (9.38% from 255 or 7.28% from 316); Max value from RGB is 153 - color contains mainly: green. Hex color #8C9917 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C9917 is #7366E8. Grayscale: #868686. Windows color (decimal): -7562985 or 1546636. OLE color: 1546636.

HSL color Cylindrical-coordinate representation of color #8C9917: hue angle of 66º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8C9917 is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.4.

Color convert

RGB 140 153 23 -
CMYK 0.08 0 0.85 0.4
HSL 66º 0.74% 0.35% -
HSV(B) 66º 0.85% 0.6% -
XYZ 22.36 28.42 5.12 -
YUV 134.29 65.19 132.07 -
System Red Green Blue C M Y K H S L
Decimal 140 153 23 0.08 0 0.85 0.4 66 0.74 0.35
Hex 8C 99 17 8 0 55 28 42 4A 23
Octal 214 231 27 10 0 125 50 102 112 43
Binary 10001100 10011001 10111 1000 0 1010101 101000 1000010 1001010 100011

Color Harmonies of #8C9917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9917

Black with #8C9917

Text Example


Text Example

White with #8C9917

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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