Html Css Color HEX #8C8D18 Citron

📋 copy color: '#8C8D18'

red 140 ◦ green 141 ◦ blue 24

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

Shades of Citron #8C8D18

Tints of Citron #8C8D18

RGB

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

 GREEN value IS 141 (55.47% from 255) = 46.23%

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

R = 45.9%
G = 46.23%
B = 7.87%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.83

 K value IS 0.45

RGB Variations

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

Color information

#8C8D18 (or 0x8C8D18) is known color: Citron. HEX triplet: 8C, 8D and 18. RGB value is (140,141,24). Sum of RGB (Red+Green+Blue) = 140+141+24=305 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.90% from 305); Green value is 141 (55.47% from 255 or 46.23% from 305); Blue value is 24 (9.77% from 255 or 7.87% from 305); Max value from RGB is 141 - color contains mainly: green. Hex color #8C8D18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C8D18 is #7372E7. Grayscale: #7F7F7F. Windows color (decimal): -7566056 or 1609100. OLE color: 1609100.

HSL color Cylindrical-coordinate representation of color #8C8D18: hue angle of 60.51º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8C8D18 is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 141 24 -
CMYK 0.01 0 0.83 0.45
HSL 60.51º 0.71% 0.32% -
HSV(B) 60.51º 0.83% 0.55% -
XYZ 20.5 24.69 4.55 -
YUV 127.36 69.67 137.01 -
System Red Green Blue C M Y K H S L
Decimal 140 141 24 0.01 0 0.83 0.45 60.51 0.71 0.32
Hex 8C 8D 18 1 0 53 2D 3D 47 20
Octal 214 215 30 1 0 123 55 75 107 40
Binary 10001100 10001101 11000 1 0 1010011 101101 111101 1000111 100000

Color Harmonies of #8C8D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8D18

Black with #8C8D18

Text Example


Text Example

White with #8C8D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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