Html Css Color HEX #989828 Citron

📋 copy color: '#989828'

red 152 ◦ green 152 ◦ blue 40

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

Shades of Citron #989828

Tints of Citron #989828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.63%

R = 44.19%
G = 44.19%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.74

 K value IS 0.40

RGB Variations

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

Color information

#989828 (or 0x989828) is known color: Citron. HEX triplet: 98, 98 and 28. RGB value is (152,152,40). Sum of RGB (Red+Green+Blue) = 152+152+40=344 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.19% from 344); Green value is 152 (59.77% from 255 or 44.19% from 344); Blue value is 40 (16.02% from 255 or 11.63% from 344); Max value from RGB is 152 - color contains mainly: red, green. Hex color #989828 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989828 is #6767D7. Grayscale: #8B8B8B. Windows color (decimal): -6776792 or 2660504. OLE color: 2660504.

HSL color Cylindrical-coordinate representation of color #989828: hue angle of 60º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #989828 is Cyan = 0, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 152 40 -
CMYK 0 0 0.74 0.40
HSL 60º 0.58% 0.38% -
HSV(B) 60º 0.74% 0.6% -
XYZ 24.56 29.29 6.37 -
YUV 139.23 72 137.11 -
System Red Green Blue C M Y K H S L
Decimal 152 152 40 0 0 0.74 0.40 60 0.58 0.38
Hex 98 98 28 0 0 4A 28 3C 3A 26
Octal 230 230 50 0 0 112 50 74 72 46
Binary 10011000 10011000 101000 0 0 1001010 101000 111100 111010 100110

Color Harmonies of #989828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989828

Black with #989828

Text Example


Text Example

White with #989828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989828; }

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

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

background-color css

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

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

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

border-color css

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

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

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