Html Css Color HEX #989713 Citron

📋 copy color: '#989713'

red 152 ◦ green 151 ◦ blue 19

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

Shades of Citron #989713

Tints of Citron #989713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.9%

R = 47.2%
G = 46.89%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#989713 (or 0x989713) is known color: Citron. HEX triplet: 98, 97 and 13. RGB value is (152,151,19). Sum of RGB (Red+Green+Blue) = 152+151+19=322 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.20% from 322); Green value is 151 (59.38% from 255 or 46.89% from 322); Blue value is 19 (7.81% from 255 or 5.90% from 322); Max value from RGB is 152 - color contains mainly: red. Hex color #989713 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989713 is #6768EC. Grayscale: #888888. Windows color (decimal): -6777069 or 1283992. OLE color: 1283992.

HSL color Cylindrical-coordinate representation of color #989713: hue angle of 59.55º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #989713 is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 151 19 -
CMYK 0 0.01 0.87 0.40
HSL 59.55º 0.78% 0.34% -
HSV(B) 59.55º 0.88% 0.6% -
XYZ 24.13 28.86 4.91 -
YUV 136.25 61.83 139.23 -
System Red Green Blue C M Y K H S L
Decimal 152 151 19 0 0.01 0.87 0.40 59.55 0.78 0.34
Hex 98 97 13 0 1 57 28 3C 4E 22
Octal 230 227 23 0 1 127 50 74 116 42
Binary 10011000 10010111 10011 0 1 1010111 101000 111100 1001110 100010

Color Harmonies of #989713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989713

Black with #989713

Text Example


Text Example

White with #989713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989713; }

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

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

background-color css

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

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

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

border-color css

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

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

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