Html Css Color HEX #8D960B Citron

📋 copy color: '#8D960B'

red 141 ◦ green 150 ◦ blue 11

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

Shades of Citron #8D960B

Tints of Citron #8D960B

RGB

 RED value IS 141 (55.47% from 255) = 46.69%

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

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

R = 46.69%
G = 49.67%
B = 3.64%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#8D960B (or 0x8D960B) is known color: Citron. HEX triplet: 8D, 96 and 0B. RGB value is (141,150,11). Sum of RGB (Red+Green+Blue) = 141+150+11=302 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.69% from 302); Green value is 150 (58.98% from 255 or 49.67% from 302); Blue value is 11 (4.69% from 255 or 3.64% from 302); Max value from RGB is 150 - color contains mainly: green. Hex color #8D960B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D960B is #7269F4. Grayscale: #848484. Windows color (decimal): -7498229 or 759437. OLE color: 759437.

HSL color Cylindrical-coordinate representation of color #8D960B: hue angle of 63.88º 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 #8D960B is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 141 150 11 -
CMYK 0.06 0 0.93 0.41
HSL 63.88º 0.86% 0.32% -
HSV(B) 63.88º 0.93% 0.59% -
XYZ 21.95 27.5 4.47 -
YUV 131.46 60.02 134.8 -
System Red Green Blue C M Y K H S L
Decimal 141 150 11 0.06 0 0.93 0.41 63.88 0.86 0.32
Hex 8D 96 B 6 0 5D 29 40 56 20
Octal 215 226 13 6 0 135 51 100 126 40
Binary 10001101 10010110 1011 110 0 1011101 101001 1000000 1010110 100000

Color Harmonies of #8D960B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D960B

Black with #8D960B

Text Example


Text Example

White with #8D960B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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