Html Css Color HEX #8C9617 Citron

📋 copy color: '#8C9617'

red 140 ◦ green 150 ◦ blue 23

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

Shades of Citron #8C9617

Tints of Citron #8C9617

RGB

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

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

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

R = 44.73%
G = 47.92%
B = 7.35%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#8C9617 (or 0x8C9617) is known color: Citron. HEX triplet: 8C, 96 and 17. RGB value is (140,150,23). Sum of RGB (Red+Green+Blue) = 140+150+23=313 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.73% from 313); Green value is 150 (58.98% from 255 or 47.92% from 313); Blue value is 23 (9.38% from 255 or 7.35% from 313); Max value from RGB is 150 - color contains mainly: green. Hex color #8C9617 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C9617 is #7369E8. Grayscale: #858585. Windows color (decimal): -7563753 or 1545868. OLE color: 1545868.

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

Color convert

RGB 140 150 23 -
CMYK 0.07 0 0.85 0.41
HSL 64.72º 0.73% 0.34% -
HSV(B) 64.72º 0.85% 0.59% -
XYZ 21.88 27.45 4.96 -
YUV 132.53 66.19 133.33 -
System Red Green Blue C M Y K H S L
Decimal 140 150 23 0.07 0 0.85 0.41 64.72 0.73 0.34
Hex 8C 96 17 7 0 55 29 41 49 22
Octal 214 226 27 7 0 125 51 101 111 42
Binary 10001100 10010110 10111 111 0 1010101 101001 1000001 1001001 100010

Color Harmonies of #8C9617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9617

Black with #8C9617

Text Example


Text Example

White with #8C9617

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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