Html Css Color HEX #8C9910 Citron

📋 copy color: '#8C9910'

red 140 ◦ green 153 ◦ blue 16

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

Shades of Citron #8C9910

Tints of Citron #8C9910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.18%

R = 45.31%
G = 49.51%
B = 5.18%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#8C9910 (or 0x8C9910) is known color: Citron. HEX triplet: 8C, 99 and 10. RGB value is (140,153,16). Sum of RGB (Red+Green+Blue) = 140+153+16=309 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.31% from 309); Green value is 153 (60.16% from 255 or 49.51% from 309); Blue value is 16 (6.64% from 255 or 5.18% from 309); Max value from RGB is 153 - color contains mainly: green. Hex color #8C9910 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C9910 is #7366EF. Grayscale: #868686. Windows color (decimal): -7562992 or 1087884. OLE color: 1087884.

HSL color Cylindrical-coordinate representation of color #8C9910: hue angle of 65.69º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8C9910 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 140 153 16 -
CMYK 0.08 0 0.90 0.4
HSL 65.69º 0.81% 0.33% -
HSV(B) 65.69º 0.9% 0.6% -
XYZ 22.3 28.4 4.8 -
YUV 133.5 61.69 132.64 -
System Red Green Blue C M Y K H S L
Decimal 140 153 16 0.08 0 0.90 0.4 65.69 0.81 0.33
Hex 8C 99 10 8 0 5A 28 42 51 21
Octal 214 231 20 10 0 132 50 102 121 41
Binary 10001100 10011001 10000 1000 0 1011010 101000 1000010 1010001 100001

Color Harmonies of #8C9910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9910

Black with #8C9910

Text Example


Text Example

White with #8C9910

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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