Html Css Color HEX #989017 Citron

📋 copy color: '#989017'

red 152 ◦ green 144 ◦ blue 23

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

Shades of Citron #989017

Tints of Citron #989017

RGB

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

 GREEN value IS 144 (56.64% from 255) = 45.14%

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

R = 47.65%
G = 45.14%
B = 7.21%

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

#989017 (or 0x989017) is known color: Citron. HEX triplet: 98, 90 and 17. RGB value is (152,144,23). Sum of RGB (Red+Green+Blue) = 152+144+23=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 144 (56.64% from 255 or 45.14% from 319); Blue value is 23 (9.38% from 255 or 7.21% from 319); Max value from RGB is 152 - color contains mainly: red. Hex color #989017 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989017 is #676FE8. Grayscale: #858585. Windows color (decimal): -6778857 or 1544344. OLE color: 1544344.

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

Color convert

RGB 152 144 23 -
CMYK 0 0.05 0.85 0.40
HSL 56.28º 0.74% 0.34% -
HSV(B) 56.28º 0.85% 0.6% -
XYZ 23.08 26.68 4.74 -
YUV 132.6 66.15 141.84 -
System Red Green Blue C M Y K H S L
Decimal 152 144 23 0 0.05 0.85 0.40 56.28 0.74 0.34
Hex 98 90 17 0 5 55 28 38 4A 22
Octal 230 220 27 0 5 125 50 70 112 42
Binary 10011000 10010000 10111 0 101 1010101 101000 111000 1001010 100010

Color Harmonies of #989017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989017

Black with #989017

Text Example


Text Example

White with #989017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989017; }

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

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

background-color css

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

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

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

border-color css

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

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

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