Html Css Color HEX #989220 Citron

📋 copy color: '#989220'

red 152 ◦ green 146 ◦ blue 32

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

Shades of Citron #989220

Tints of Citron #989220

RGB

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

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

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

R = 46.06%
G = 44.24%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#989220 (or 0x989220) is known color: Citron. HEX triplet: 98, 92 and 20. RGB value is (152,146,32). Sum of RGB (Red+Green+Blue) = 152+146+32=330 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.06% from 330); Green value is 146 (57.42% from 255 or 44.24% from 330); Blue value is 32 (12.89% from 255 or 9.70% from 330); Max value from RGB is 152 - color contains mainly: red. Hex color #989220 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989220 is #676DDF. Grayscale: #878787. Windows color (decimal): -6778336 or 2134680. OLE color: 2134680.

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

Color convert

RGB 152 146 32 -
CMYK 0 0.04 0.79 0.40
HSL 57º 0.65% 0.36% -
HSV(B) 57º 0.79% 0.6% -
XYZ 23.49 27.34 5.41 -
YUV 134.8 69.99 140.27 -
System Red Green Blue C M Y K H S L
Decimal 152 146 32 0 0.04 0.79 0.40 57 0.65 0.36
Hex 98 92 20 0 4 4F 28 39 41 24
Octal 230 222 40 0 4 117 50 71 101 44
Binary 10011000 10010010 100000 0 100 1001111 101000 111001 1000001 100100

Color Harmonies of #989220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989220

Black with #989220

Text Example


Text Example

White with #989220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989220; }

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

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

background-color css

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

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

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

border-color css

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

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

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