Html Css Color HEX #8C9512 Citron

📋 copy color: '#8C9512'

red 140 ◦ green 149 ◦ blue 18

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

Shades of Citron #8C9512

Tints of Citron #8C9512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.86%

R = 45.6%
G = 48.53%
B = 5.86%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#8C9512 (or 0x8C9512) is known color: Citron. HEX triplet: 8C, 95 and 12. RGB value is (140,149,18). Sum of RGB (Red+Green+Blue) = 140+149+18=307 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.60% from 307); Green value is 149 (58.59% from 255 or 48.53% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 149 - color contains mainly: green. Hex color #8C9512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C9512 is #736AED. Grayscale: #838383. Windows color (decimal): -7564014 or 1217932. OLE color: 1217932.

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

Color convert

RGB 140 149 18 -
CMYK 0.06 0 0.88 0.42
HSL 64.12º 0.78% 0.33% -
HSV(B) 64.12º 0.88% 0.58% -
XYZ 21.67 27.11 4.66 -
YUV 131.38 64.02 134.15 -
System Red Green Blue C M Y K H S L
Decimal 140 149 18 0.06 0 0.88 0.42 64.12 0.78 0.33
Hex 8C 95 12 6 0 58 2A 40 4E 21
Octal 214 225 22 6 0 130 52 100 116 41
Binary 10001100 10010101 10010 110 0 1011000 101010 1000000 1001110 100001

Color Harmonies of #8C9512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9512

Black with #8C9512

Text Example


Text Example

White with #8C9512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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