Html Css Color HEX #989217 Citron

📋 copy color: '#989217'

red 152 ◦ green 146 ◦ blue 23

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

Shades of Citron #989217

Tints of Citron #989217

RGB

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

 GREEN value IS 146 (57.42% from 255) = 45.48%

 BLUE value IS 23 (9.38% from 255) = 7.17%

R = 47.35%
G = 45.48%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.85

 K value IS 0.40

RGB Variations

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

Color information

#989217 (or 0x989217) is known color: Citron. HEX triplet: 98, 92 and 17. RGB value is (152,146,23). Sum of RGB (Red+Green+Blue) = 152+146+23=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 146 (57.42% from 255 or 45.48% from 321); Blue value is 23 (9.38% from 255 or 7.17% from 321); Max value from RGB is 152 - color contains mainly: red. Hex color #989217 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989217 is #676DE8. Grayscale: #868686. Windows color (decimal): -6778345 or 1544856. OLE color: 1544856.

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

Color convert

RGB 152 146 23 -
CMYK 0 0.04 0.85 0.40
HSL 57.21º 0.74% 0.34% -
HSV(B) 57.21º 0.85% 0.6% -
XYZ 23.38 27.3 4.85 -
YUV 133.77 65.49 141 -
System Red Green Blue C M Y K H S L
Decimal 152 146 23 0 0.04 0.85 0.40 57.21 0.74 0.34
Hex 98 92 17 0 4 55 28 39 4A 22
Octal 230 222 27 0 4 125 50 71 112 42
Binary 10011000 10010010 10111 0 100 1010101 101000 111001 1001010 100010

Color Harmonies of #989217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989217

Black with #989217

Text Example


Text Example

White with #989217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989217; }

 p { color: rgb(152,146,23); }

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

background-color css

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

 a { background-color: rgb(152,146,23); }

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

border-color css

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

 span { border-color: rgb(152,146,23); }

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