Html Css Color HEX #8C9518 Citron

📋 copy color: '#8C9518'

red 140 ◦ green 149 ◦ blue 24

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

Shades of Citron #8C9518

Tints of Citron #8C9518

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47.6%

 BLUE value IS 24 (9.77% from 255) = 7.67%

R = 44.73%
G = 47.6%
B = 7.67%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#8C9518 (or 0x8C9518) is known color: Citron. HEX triplet: 8C, 95 and 18. RGB value is (140,149,24). Sum of RGB (Red+Green+Blue) = 140+149+24=313 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.73% from 313); Green value is 149 (58.59% from 255 or 47.60% from 313); Blue value is 24 (9.77% from 255 or 7.67% from 313); Max value from RGB is 149 - color contains mainly: green. Hex color #8C9518 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C9518 is #736AE7. Grayscale: #848484. Windows color (decimal): -7564008 or 1611148. OLE color: 1611148.

HSL color Cylindrical-coordinate representation of color #8C9518: hue angle of 64.32º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C9518 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB 140 149 24 -
CMYK 0.06 0 0.84 0.42
HSL 64.32º 0.72% 0.34% -
HSV(B) 64.32º 0.84% 0.58% -
XYZ 21.73 27.14 4.96 -
YUV 132.06 67.02 133.66 -
System Red Green Blue C M Y K H S L
Decimal 140 149 24 0.06 0 0.84 0.42 64.32 0.72 0.34
Hex 8C 95 18 6 0 54 2A 40 48 22
Octal 214 225 30 6 0 124 52 100 110 42
Binary 10001100 10010101 11000 110 0 1010100 101010 1000000 1001000 100010

Color Harmonies of #8C9518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9518

Black with #8C9518

Text Example


Text Example

White with #8C9518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,149,24); }

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

background-color css

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

 a { background-color: rgb(140,149,24); }

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

border-color css

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

 span { border-color: rgb(140,149,24); }

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