Html Css Color HEX #989718 Citron

📋 copy color: '#989718'

red 152 ◦ green 151 ◦ blue 24

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

Shades of Citron #989718

Tints of Citron #989718

RGB

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

 GREEN value IS 151 (59.38% from 255) = 46.18%

 BLUE value IS 24 (9.77% from 255) = 7.34%

R = 46.48%
G = 46.18%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#989718 (or 0x989718) is known color: Citron. HEX triplet: 98, 97 and 18. RGB value is (152,151,24). Sum of RGB (Red+Green+Blue) = 152+151+24=327 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.48% from 327); Green value is 151 (59.38% from 255 or 46.18% from 327); Blue value is 24 (9.77% from 255 or 7.34% from 327); Max value from RGB is 152 - color contains mainly: red. Hex color #989718 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989718 is #6768E7. Grayscale: #898989. Windows color (decimal): -6777064 or 1611672. OLE color: 1611672.

HSL color Cylindrical-coordinate representation of color #989718: hue angle of 59.53º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #989718 is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 151 24 -
CMYK 0 0.01 0.84 0.40
HSL 59.53º 0.73% 0.35% -
HSV(B) 59.53º 0.84% 0.6% -
XYZ 24.18 28.87 5.16 -
YUV 136.82 64.33 138.83 -
System Red Green Blue C M Y K H S L
Decimal 152 151 24 0 0.01 0.84 0.40 59.53 0.73 0.35
Hex 98 97 18 0 1 54 28 3C 49 23
Octal 230 227 30 0 1 124 50 74 111 43
Binary 10011000 10010111 11000 0 1 1010100 101000 111100 1001001 100011

Color Harmonies of #989718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989718

Black with #989718

Text Example


Text Example

White with #989718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989718; }

 p { color: rgb(152,151,24); }

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

background-color css

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

 a { background-color: rgb(152,151,24); }

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

border-color css

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

 span { border-color: rgb(152,151,24); }

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