Html Css Color HEX #989720 Citron

📋 copy color: '#989720'

red 152 ◦ green 151 ◦ blue 32

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

Shades of Citron #989720

Tints of Citron #989720

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.55%

R = 45.37%
G = 45.07%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#989720 (or 0x989720) is known color: Citron. HEX triplet: 98, 97 and 20. RGB value is (152,151,32). Sum of RGB (Red+Green+Blue) = 152+151+32=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 151 (59.38% from 255 or 45.07% from 335); Blue value is 32 (12.89% from 255 or 9.55% from 335); Max value from RGB is 152 - color contains mainly: red. Hex color #989720 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989720 is #6768DF. Grayscale: #8A8A8A. Windows color (decimal): -6777056 or 2135960. OLE color: 2135960.

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

Color convert

RGB 152 151 32 -
CMYK 0 0.01 0.79 0.40
HSL 59.5º 0.65% 0.36% -
HSV(B) 59.5º 0.79% 0.6% -
XYZ 24.28 28.91 5.67 -
YUV 137.73 68.33 138.18 -
System Red Green Blue C M Y K H S L
Decimal 152 151 32 0 0.01 0.79 0.40 59.5 0.65 0.36
Hex 98 97 20 0 1 4F 28 3C 41 24
Octal 230 227 40 0 1 117 50 74 101 44
Binary 10011000 10010111 100000 0 1 1001111 101000 111100 1000001 100100

Color Harmonies of #989720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989720

Black with #989720

Text Example


Text Example

White with #989720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989720; }

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

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

background-color css

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

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

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

border-color css

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

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

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