Html Css Color HEX #989528 Citron

📋 copy color: '#989528'

red 152 ◦ green 149 ◦ blue 40

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

Shades of Citron #989528

Tints of Citron #989528

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.7%

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

R = 44.57%
G = 43.7%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.74

 K value IS 0.40

RGB Variations

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

Color information

#989528 (or 0x989528) is known color: Citron. HEX triplet: 98, 95 and 28. RGB value is (152,149,40). Sum of RGB (Red+Green+Blue) = 152+149+40=341 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.57% from 341); Green value is 149 (58.59% from 255 or 43.70% from 341); Blue value is 40 (16.02% from 255 or 11.73% from 341); Max value from RGB is 152 - color contains mainly: red. Hex color #989528 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989528 is #676AD7. Grayscale: #898989. Windows color (decimal): -6777560 or 2659736. OLE color: 2659736.

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

Color convert

RGB 152 149 40 -
CMYK 0 0.02 0.74 0.40
HSL 58.39º 0.58% 0.38% -
HSV(B) 58.39º 0.74% 0.6% -
XYZ 24.08 28.32 6.21 -
YUV 137.47 72.99 138.36 -
System Red Green Blue C M Y K H S L
Decimal 152 149 40 0 0.02 0.74 0.40 58.39 0.58 0.38
Hex 98 95 28 0 2 4A 28 3A 3A 26
Octal 230 225 50 0 2 112 50 72 72 46
Binary 10011000 10010101 101000 0 10 1001010 101000 111010 111010 100110

Color Harmonies of #989528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989528

Black with #989528

Text Example


Text Example

White with #989528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989528; }

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

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

background-color css

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

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

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

border-color css

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

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

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