Html Css Color HEX #8C960B Citron

📋 copy color: '#8C960B'

red 140 ◦ green 150 ◦ blue 11

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

Shades of Citron #8C960B

Tints of Citron #8C960B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.65%

R = 46.51%
G = 49.83%
B = 3.65%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#8C960B (or 0x8C960B) is known color: Citron. HEX triplet: 8C, 96 and 0B. RGB value is (140,150,11). Sum of RGB (Red+Green+Blue) = 140+150+11=301 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.51% from 301); Green value is 150 (58.98% from 255 or 49.83% from 301); Blue value is 11 (4.69% from 255 or 3.65% from 301); Max value from RGB is 150 - color contains mainly: green. Hex color #8C960B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C960B is #7369F4. Grayscale: #838383. Windows color (decimal): -7563765 or 759436. OLE color: 759436.

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

Color convert

RGB 140 150 11 -
CMYK 0.07 0 0.93 0.41
HSL 64.32º 0.86% 0.32% -
HSV(B) 64.32º 0.93% 0.59% -
XYZ 21.78 27.41 4.46 -
YUV 131.16 60.19 134.3 -
System Red Green Blue C M Y K H S L
Decimal 140 150 11 0.07 0 0.93 0.41 64.32 0.86 0.32
Hex 8C 96 B 7 0 5D 29 40 56 20
Octal 214 226 13 7 0 135 51 100 126 40
Binary 10001100 10010110 1011 111 0 1011101 101001 1000000 1010110 100000

Color Harmonies of #8C960B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C960B

Black with #8C960B

Text Example


Text Example

White with #8C960B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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