Html Css Color HEX #989524 Citron

📋 copy color: '#989524'

red 152 ◦ green 149 ◦ blue 36

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

Shades of Citron #989524

Tints of Citron #989524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.68%

R = 45.1%
G = 44.21%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.76

 K value IS 0.40

RGB Variations

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

Color information

#989524 (or 0x989524) is known color: Citron. HEX triplet: 98, 95 and 24. RGB value is (152,149,36). Sum of RGB (Red+Green+Blue) = 152+149+36=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 149 (58.59% from 255 or 44.21% from 337); Blue value is 36 (14.45% from 255 or 10.68% from 337); Max value from RGB is 152 - color contains mainly: red. Hex color #989524 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989524 is #676ADB. Grayscale: #898989. Windows color (decimal): -6777564 or 2397592. OLE color: 2397592.

HSL color Cylindrical-coordinate representation of color #989524: hue angle of 58.45º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #989524 is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 149 36 -
CMYK 0 0.02 0.76 0.40
HSL 58.45º 0.62% 0.37% -
HSV(B) 58.45º 0.76% 0.6% -
XYZ 24.01 28.3 5.87 -
YUV 137.02 70.99 138.69 -
System Red Green Blue C M Y K H S L
Decimal 152 149 36 0 0.02 0.76 0.40 58.45 0.62 0.37
Hex 98 95 24 0 2 4C 28 3A 3E 25
Octal 230 225 44 0 2 114 50 72 76 45
Binary 10011000 10010101 100100 0 10 1001100 101000 111010 111110 100101

Color Harmonies of #989524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989524

Black with #989524

Text Example


Text Example

White with #989524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989524; }

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

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

background-color css

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

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

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

border-color css

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

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

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