Html Css Color HEX #989516 Citron

📋 copy color: '#989516'

red 152 ◦ green 149 ◦ blue 22

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

Shades of Citron #989516

Tints of Citron #989516

RGB

 RED value IS 152 (59.77% from 255) = 47.06%

 GREEN value IS 149 (58.59% from 255) = 46.13%

 BLUE value IS 22 (8.98% from 255) = 6.81%

R = 47.06%
G = 46.13%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#989516 (or 0x989516) is known color: Citron. HEX triplet: 98, 95 and 16. RGB value is (152,149,22). Sum of RGB (Red+Green+Blue) = 152+149+22=323 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.06% from 323); Green value is 149 (58.59% from 255 or 46.13% from 323); Blue value is 22 (8.98% from 255 or 6.81% from 323); Max value from RGB is 152 - color contains mainly: red. Hex color #989516 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989516 is #676AE9. Grayscale: #878787. Windows color (decimal): -6777578 or 1480088. OLE color: 1480088.

HSL color Cylindrical-coordinate representation of color #989516: hue angle of 58.62º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #989516 is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 149 22 -
CMYK 0 0.02 0.86 0.40
HSL 58.62º 0.75% 0.34% -
HSV(B) 58.62º 0.86% 0.6% -
XYZ 23.84 28.23 4.95 -
YUV 135.42 63.99 139.83 -
System Red Green Blue C M Y K H S L
Decimal 152 149 22 0 0.02 0.86 0.40 58.62 0.75 0.34
Hex 98 95 16 0 2 56 28 3B 4B 22
Octal 230 225 26 0 2 126 50 73 113 42
Binary 10011000 10010101 10110 0 10 1010110 101000 111011 1001011 100010

Color Harmonies of #989516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989516

Black with #989516

Text Example


Text Example

White with #989516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989516; }

 p { color: rgb(152,149,22); }

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

background-color css

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

 a { background-color: rgb(152,149,22); }

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

border-color css

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

 span { border-color: rgb(152,149,22); }

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