Html Css Color HEX #8D960F Citron

📋 copy color: '#8D960F'

red 141 ◦ green 150 ◦ blue 15

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

Shades of Citron #8D960F

Tints of Citron #8D960F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.9%

R = 46.08%
G = 49.02%
B = 4.9%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.9

 K value IS 0.41

RGB Variations

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

Color information

#8D960F (or 0x8D960F) is known color: Citron. HEX triplet: 8D, 96 and 0F. RGB value is (141,150,15). Sum of RGB (Red+Green+Blue) = 141+150+15=306 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.08% from 306); Green value is 150 (58.98% from 255 or 49.02% from 306); Blue value is 15 (6.25% from 255 or 4.90% from 306); Max value from RGB is 150 - color contains mainly: green. Hex color #8D960F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D960F is #7269F0. Grayscale: #848484. Windows color (decimal): -7498225 or 1021581. OLE color: 1021581.

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

Color convert

RGB 141 150 15 -
CMYK 0.06 0 0.9 0.41
HSL 64º 0.82% 0.32% -
HSV(B) 64º 0.9% 0.59% -
XYZ 21.98 27.51 4.6 -
YUV 131.92 62.02 134.48 -
System Red Green Blue C M Y K H S L
Decimal 141 150 15 0.06 0 0.9 0.41 64 0.82 0.32
Hex 8D 96 F 6 0 5A 29 40 52 20
Octal 215 226 17 6 0 132 51 100 122 40
Binary 10001101 10010110 1111 110 0 1011010 101001 1000000 1010010 100000

Color Harmonies of #8D960F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D960F

Black with #8D960F

Text Example


Text Example

White with #8D960F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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