Html Css Color HEX #8C960E Citron

📋 copy color: '#8C960E'

red 140 ◦ green 150 ◦ blue 14

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

Shades of Citron #8C960E

Tints of Citron #8C960E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.61%

R = 46.05%
G = 49.34%
B = 4.61%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#8C960E (or 0x8C960E) is known color: Citron. HEX triplet: 8C, 96 and 0E. RGB value is (140,150,14). Sum of RGB (Red+Green+Blue) = 140+150+14=304 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.05% from 304); Green value is 150 (58.98% from 255 or 49.34% from 304); Blue value is 14 (5.86% from 255 or 4.61% from 304); Max value from RGB is 150 - color contains mainly: green. Hex color #8C960E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C960E is #7369F1. Grayscale: #848484. Windows color (decimal): -7563762 or 956044. OLE color: 956044.

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

Color convert

RGB 140 150 14 -
CMYK 0.07 0 0.91 0.41
HSL 64.41º 0.83% 0.32% -
HSV(B) 64.41º 0.91% 0.59% -
XYZ 21.8 27.42 4.56 -
YUV 131.51 61.69 134.06 -
System Red Green Blue C M Y K H S L
Decimal 140 150 14 0.07 0 0.91 0.41 64.41 0.83 0.32
Hex 8C 96 E 7 0 5B 29 40 53 20
Octal 214 226 16 7 0 133 51 100 123 40
Binary 10001100 10010110 1110 111 0 1011011 101001 1000000 1010011 100000

Color Harmonies of #8C960E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C960E

Black with #8C960E

Text Example


Text Example

White with #8C960E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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