Html Css Color HEX #989416 Citron

📋 copy color: '#989416'

red 152 ◦ green 148 ◦ blue 22

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

Shades of Citron #989416

Tints of Citron #989416

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.96%

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

R = 47.2%
G = 45.96%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#989416 (or 0x989416) is known color: Citron. HEX triplet: 98, 94 and 16. RGB value is (152,148,22). Sum of RGB (Red+Green+Blue) = 152+148+22=322 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.20% from 322); Green value is 148 (58.20% from 255 or 45.96% from 322); Blue value is 22 (8.98% from 255 or 6.83% from 322); Max value from RGB is 152 - color contains mainly: red. Hex color #989416 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989416 is #676BE9. Grayscale: #878787. Windows color (decimal): -6777834 or 1479832. OLE color: 1479832.

HSL color Cylindrical-coordinate representation of color #989416: hue angle of 58.15º 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 #989416 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 148 22 -
CMYK 0 0.03 0.86 0.40
HSL 58.15º 0.75% 0.34% -
HSV(B) 58.15º 0.86% 0.6% -
XYZ 23.68 27.91 4.9 -
YUV 134.83 64.33 140.25 -
System Red Green Blue C M Y K H S L
Decimal 152 148 22 0 0.03 0.86 0.40 58.15 0.75 0.34
Hex 98 94 16 0 3 56 28 3A 4B 22
Octal 230 224 26 0 3 126 50 72 113 42
Binary 10011000 10010100 10110 0 11 1010110 101000 111010 1001011 100010

Color Harmonies of #989416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989416

Black with #989416

Text Example


Text Example

White with #989416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989416; }

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

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

background-color css

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

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

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

border-color css

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

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

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