Html Css Color HEX #989117 Citron

📋 copy color: '#989117'

red 152 ◦ green 145 ◦ blue 23

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

Shades of Citron #989117

Tints of Citron #989117

RGB

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

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

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

R = 47.5%
G = 45.31%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.85

 K value IS 0.40

RGB Variations

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

Color information

#989117 (or 0x989117) is known color: Citron. HEX triplet: 98, 91 and 17. RGB value is (152,145,23). Sum of RGB (Red+Green+Blue) = 152+145+23=320 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.5% from 320); Green value is 145 (57.03% from 255 or 45.31% from 320); Blue value is 23 (9.38% from 255 or 7.19% from 320); Max value from RGB is 152 - color contains mainly: red. Hex color #989117 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989117 is #676EE8. Grayscale: #858585. Windows color (decimal): -6778601 or 1544600. OLE color: 1544600.

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

Color convert

RGB 152 145 23 -
CMYK 0 0.05 0.85 0.40
HSL 56.74º 0.74% 0.34% -
HSV(B) 56.74º 0.85% 0.6% -
XYZ 23.23 26.99 4.8 -
YUV 133.19 65.82 141.42 -
System Red Green Blue C M Y K H S L
Decimal 152 145 23 0 0.05 0.85 0.40 56.74 0.74 0.34
Hex 98 91 17 0 5 55 28 39 4A 22
Octal 230 221 27 0 5 125 50 71 112 42
Binary 10011000 10010001 10111 0 101 1010101 101000 111001 1001010 100010

Color Harmonies of #989117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989117

Black with #989117

Text Example


Text Example

White with #989117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989117; }

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

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

background-color css

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

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

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

border-color css

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

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

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