Html Css Color HEX #989526 Citron

📋 copy color: '#989526'

red 152 ◦ green 149 ◦ blue 38

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

Shades of Citron #989526

Tints of Citron #989526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.21%

R = 44.84%
G = 43.95%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.75

 K value IS 0.40

RGB Variations

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

Color information

#989526 (or 0x989526) is known color: Citron. HEX triplet: 98, 95 and 26. RGB value is (152,149,38). Sum of RGB (Red+Green+Blue) = 152+149+38=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 149 (58.59% from 255 or 43.95% from 339); Blue value is 38 (15.23% from 255 or 11.21% from 339); Max value from RGB is 152 - color contains mainly: red. Hex color #989526 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989526 is #676AD9. Grayscale: #898989. Windows color (decimal): -6777562 or 2528664. OLE color: 2528664.

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

Color convert

RGB 152 149 38 -
CMYK 0 0.02 0.75 0.40
HSL 58.42º 0.6% 0.37% -
HSV(B) 58.42º 0.75% 0.6% -
XYZ 24.05 28.31 6.03 -
YUV 137.24 71.99 138.53 -
System Red Green Blue C M Y K H S L
Decimal 152 149 38 0 0.02 0.75 0.40 58.42 0.6 0.37
Hex 98 95 26 0 2 4B 28 3A 3C 25
Octal 230 225 46 0 2 113 50 72 74 45
Binary 10011000 10010101 100110 0 10 1001011 101000 111010 111100 100101

Color Harmonies of #989526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989526

Black with #989526

Text Example


Text Example

White with #989526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989526; }

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

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

background-color css

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

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

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

border-color css

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

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

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