Html Css Color HEX #8C9610 Citron

📋 copy color: '#8C9610'

red 140 ◦ green 150 ◦ blue 16

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

Shades of Citron #8C9610

Tints of Citron #8C9610

RGB

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

 GREEN value IS 150 (58.98% from 255) = 49.02%

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

R = 45.75%
G = 49.02%
B = 5.23%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#8C9610 (or 0x8C9610) is known color: Citron. HEX triplet: 8C, 96 and 10. RGB value is (140,150,16). Sum of RGB (Red+Green+Blue) = 140+150+16=306 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.75% from 306); Green value is 150 (58.98% from 255 or 49.02% from 306); Blue value is 16 (6.64% from 255 or 5.23% from 306); Max value from RGB is 150 - color contains mainly: green. Hex color #8C9610 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C9610 is #7369EF. Grayscale: #848484. Windows color (decimal): -7563760 or 1087116. OLE color: 1087116.

HSL color Cylindrical-coordinate representation of color #8C9610: hue angle of 64.48º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C9610 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 140 150 16 -
CMYK 0.07 0 0.89 0.41
HSL 64.48º 0.81% 0.33% -
HSV(B) 64.48º 0.89% 0.59% -
XYZ 21.82 27.43 4.63 -
YUV 131.73 62.69 133.9 -
System Red Green Blue C M Y K H S L
Decimal 140 150 16 0.07 0 0.89 0.41 64.48 0.81 0.33
Hex 8C 96 10 7 0 59 29 40 51 21
Octal 214 226 20 7 0 131 51 100 121 41
Binary 10001100 10010110 10000 111 0 1011001 101001 1000000 1010001 100001

Color Harmonies of #8C9610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9610

Black with #8C9610

Text Example


Text Example

White with #8C9610

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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