Html Css Color HEX #989509 Citron

📋 copy color: '#989509'

red 152 ◦ green 149 ◦ blue 9

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

Shades of Citron #989509

Tints of Citron #989509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.9%

R = 49.03%
G = 48.06%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.40

RGB Variations

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

Color information

#989509 (or 0x989509) is known color: Citron. HEX triplet: 98, 95 and 09. RGB value is (152,149,9). Sum of RGB (Red+Green+Blue) = 152+149+9=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 149 (58.59% from 255 or 48.06% from 310); Blue value is 9 (3.91% from 255 or 2.90% from 310); Max value from RGB is 152 - color contains mainly: red. Hex color #989509 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989509 is #676AF6. Grayscale: #868686. Windows color (decimal): -6777591 or 628120. OLE color: 628120.

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

Color convert

RGB 152 149 9 -
CMYK 0 0.02 0.94 0.40
HSL 58.74º 0.89% 0.32% -
HSV(B) 58.74º 0.94% 0.6% -
XYZ 23.75 28.19 4.45 -
YUV 133.94 57.49 140.88 -
System Red Green Blue C M Y K H S L
Decimal 152 149 9 0 0.02 0.94 0.40 58.74 0.89 0.32
Hex 98 95 9 0 2 5E 28 3B 59 20
Octal 230 225 11 0 2 136 50 73 131 40
Binary 10011000 10010101 1001 0 10 1011110 101000 111011 1011001 100000

Color Harmonies of #989509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989509

Black with #989509

Text Example


Text Example

White with #989509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989509; }

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

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

background-color css

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

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

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

border-color css

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

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

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