Html Css Color HEX #8C960C Citron

📋 copy color: '#8C960C'

red 140 ◦ green 150 ◦ blue 12

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

Shades of Citron #8C960C

Tints of Citron #8C960C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.97%

R = 46.36%
G = 49.67%
B = 3.97%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#8C960C (or 0x8C960C) is known color: Citron. HEX triplet: 8C, 96 and 0C. RGB value is (140,150,12). Sum of RGB (Red+Green+Blue) = 140+150+12=302 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.36% from 302); Green value is 150 (58.98% from 255 or 49.67% from 302); Blue value is 12 (5.08% from 255 or 3.97% from 302); Max value from RGB is 150 - color contains mainly: green. Hex color #8C960C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C960C is #7369F3. Grayscale: #838383. Windows color (decimal): -7563764 or 824972. OLE color: 824972.

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

Color convert

RGB 140 150 12 -
CMYK 0.07 0 0.92 0.41
HSL 64.35º 0.85% 0.32% -
HSV(B) 64.35º 0.92% 0.59% -
XYZ 21.79 27.41 4.49 -
YUV 131.28 60.69 134.22 -
System Red Green Blue C M Y K H S L
Decimal 140 150 12 0.07 0 0.92 0.41 64.35 0.85 0.32
Hex 8C 96 C 7 0 5C 29 40 55 20
Octal 214 226 14 7 0 134 51 100 125 40
Binary 10001100 10010110 1100 111 0 1011100 101001 1000000 1010101 100000

Color Harmonies of #8C960C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C960C

Black with #8C960C

Text Example


Text Example

White with #8C960C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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