Html Css Color HEX #989820 Citron

📋 copy color: '#989820'

red 152 ◦ green 152 ◦ blue 32

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

Shades of Citron #989820

Tints of Citron #989820

RGB

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

 GREEN value IS 152 (59.77% from 255) = 45.24%

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

R = 45.24%
G = 45.24%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#989820 (or 0x989820) is known color: Citron. HEX triplet: 98, 98 and 20. RGB value is (152,152,32). Sum of RGB (Red+Green+Blue) = 152+152+32=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 152 (59.77% from 255 or 45.24% from 336); Blue value is 32 (12.89% from 255 or 9.52% from 336); Max value from RGB is 152 - color contains mainly: red, green. Hex color #989820 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989820 is #6767DF. Grayscale: #8A8A8A. Windows color (decimal): -6776800 or 2136216. OLE color: 2136216.

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

Color convert

RGB 152 152 32 -
CMYK 0 0 0.79 0.40
HSL 60º 0.65% 0.36% -
HSV(B) 60º 0.79% 0.6% -
XYZ 24.44 29.24 5.72 -
YUV 138.32 68 137.76 -
System Red Green Blue C M Y K H S L
Decimal 152 152 32 0 0 0.79 0.40 60 0.65 0.36
Hex 98 98 20 0 0 4F 28 3C 41 24
Octal 230 230 40 0 0 117 50 74 101 44
Binary 10011000 10011000 100000 0 0 1001111 101000 111100 1000001 100100

Color Harmonies of #989820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989820

Black with #989820

Text Example


Text Example

White with #989820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989820; }

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

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

background-color css

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

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

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

border-color css

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

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

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