Html Css Color HEX #989116 Citron

📋 copy color: '#989116'

red 152 ◦ green 145 ◦ blue 22

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

Shades of Citron #989116

Tints of Citron #989116

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.45%

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

R = 47.65%
G = 45.45%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#989116 (or 0x989116) is known color: Citron. HEX triplet: 98, 91 and 16. RGB value is (152,145,22). Sum of RGB (Red+Green+Blue) = 152+145+22=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 145 (57.03% from 255 or 45.45% from 319); Blue value is 22 (8.98% from 255 or 6.90% from 319); Max value from RGB is 152 - color contains mainly: red. Hex color #989116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989116 is #676EE9. Grayscale: #858585. Windows color (decimal): -6778602 or 1479064. OLE color: 1479064.

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

Color convert

RGB 152 145 22 -
CMYK 0 0.05 0.86 0.40
HSL 56.77º 0.75% 0.34% -
HSV(B) 56.77º 0.86% 0.6% -
XYZ 23.22 26.98 4.74 -
YUV 133.07 65.32 141.5 -
System Red Green Blue C M Y K H S L
Decimal 152 145 22 0 0.05 0.86 0.40 56.77 0.75 0.34
Hex 98 91 16 0 5 56 28 39 4B 22
Octal 230 221 26 0 5 126 50 71 113 42
Binary 10011000 10010001 10110 0 101 1010110 101000 111001 1001011 100010

Color Harmonies of #989116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989116

Black with #989116

Text Example


Text Example

White with #989116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989116; }

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

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

background-color css

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

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

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

border-color css

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

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

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