Html Css Color HEX #8C8C19 Citron

📋 copy color: '#8C8C19'

red 140 ◦ green 140 ◦ blue 25

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

Shades of Citron #8C8C19

Tints of Citron #8C8C19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.2%

R = 45.9%
G = 45.9%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#8C8C19 (or 0x8C8C19) is known color: Citron. HEX triplet: 8C, 8C and 19. RGB value is (140,140,25). Sum of RGB (Red+Green+Blue) = 140+140+25=305 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.90% from 305); Green value is 140 (55.08% from 255 or 45.90% from 305); Blue value is 25 (10.16% from 255 or 8.20% from 305); Max value from RGB is 140 - color contains mainly: red, green. Hex color #8C8C19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C8C19 is #7373E6. Grayscale: #7F7F7F. Windows color (decimal): -7566311 or 1674380. OLE color: 1674380.

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

Color convert

RGB 140 140 25 -
CMYK 0 0 0.82 0.45
HSL 60º 0.7% 0.32% -
HSV(B) 60º 0.82% 0.55% -
XYZ 20.37 24.4 4.56 -
YUV 126.89 70.5 137.35 -
System Red Green Blue C M Y K H S L
Decimal 140 140 25 0 0 0.82 0.45 60 0.7 0.32
Hex 8C 8C 19 0 0 52 2D 3C 46 20
Octal 214 214 31 0 0 122 55 74 106 40
Binary 10001100 10001100 11001 0 0 1010010 101101 111100 1000110 100000

Color Harmonies of #8C8C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8C19

Black with #8C8C19

Text Example


Text Example

White with #8C8C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,140,25); }

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

background-color css

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

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

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

border-color css

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

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

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