Html Css Color HEX #989213 Citron

📋 copy color: '#989213'

red 152 ◦ green 146 ◦ blue 19

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

Shades of Citron #989213

Tints of Citron #989213

RGB

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

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

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

R = 47.95%
G = 46.06%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#989213 (or 0x989213) is known color: Citron. HEX triplet: 98, 92 and 13. RGB value is (152,146,19). Sum of RGB (Red+Green+Blue) = 152+146+19=317 (41% of max value = 765). Red value is 152 (59.77% from 255 or 47.95% from 317); Green value is 146 (57.42% from 255 or 46.06% from 317); Blue value is 19 (7.81% from 255 or 5.99% from 317); Max value from RGB is 152 - color contains mainly: red. Hex color #989213 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989213 is #676DEC. Grayscale: #858585. Windows color (decimal): -6778349 or 1282712. OLE color: 1282712.

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

Color convert

RGB 152 146 19 -
CMYK 0 0.04 0.87 0.40
HSL 57.29º 0.78% 0.34% -
HSV(B) 57.29º 0.88% 0.6% -
XYZ 23.35 27.28 4.65 -
YUV 133.32 63.49 141.33 -
System Red Green Blue C M Y K H S L
Decimal 152 146 19 0 0.04 0.87 0.40 57.29 0.78 0.34
Hex 98 92 13 0 4 57 28 39 4E 22
Octal 230 222 23 0 4 127 50 71 116 42
Binary 10011000 10010010 10011 0 100 1010111 101000 111001 1001110 100010

Color Harmonies of #989213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989213

Black with #989213

Text Example


Text Example

White with #989213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989213; }

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

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

background-color css

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

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

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

border-color css

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

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

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