Html Css Color HEX #989529 Citron

📋 copy color: '#989529'

red 152 ◦ green 149 ◦ blue 41

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

Shades of Citron #989529

Tints of Citron #989529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.99%

R = 44.44%
G = 43.57%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.73

 K value IS 0.40

RGB Variations

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

Color information

#989529 (or 0x989529) is known color: Citron. HEX triplet: 98, 95 and 29. RGB value is (152,149,41). Sum of RGB (Red+Green+Blue) = 152+149+41=342 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.44% from 342); Green value is 149 (58.59% from 255 or 43.57% from 342); Blue value is 41 (16.41% from 255 or 11.99% from 342); Max value from RGB is 152 - color contains mainly: red. Hex color #989529 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989529 is #676AD6. Grayscale: #8A8A8A. Windows color (decimal): -6777559 or 2725272. OLE color: 2725272.

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

Color convert

RGB 152 149 41 -
CMYK 0 0.02 0.73 0.40
HSL 58.38º 0.58% 0.38% -
HSV(B) 58.38º 0.73% 0.6% -
XYZ 24.1 28.33 6.3 -
YUV 137.59 73.49 138.28 -
System Red Green Blue C M Y K H S L
Decimal 152 149 41 0 0.02 0.73 0.40 58.38 0.58 0.38
Hex 98 95 29 0 2 49 28 3A 3A 26
Octal 230 225 51 0 2 111 50 72 72 46
Binary 10011000 10010101 101001 0 10 1001001 101000 111010 111010 100110

Color Harmonies of #989529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989529

Black with #989529

Text Example


Text Example

White with #989529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989529; }

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

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

background-color css

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

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

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

border-color css

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

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

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