Html Css Color HEX #989518 Citron

📋 copy color: '#989518'

red 152 ◦ green 149 ◦ blue 24

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

Shades of Citron #989518

Tints of Citron #989518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.38%

R = 46.77%
G = 45.85%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#989518 (or 0x989518) is known color: Citron. HEX triplet: 98, 95 and 18. RGB value is (152,149,24). Sum of RGB (Red+Green+Blue) = 152+149+24=325 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.77% from 325); Green value is 149 (58.59% from 255 or 45.85% from 325); Blue value is 24 (9.77% from 255 or 7.38% from 325); Max value from RGB is 152 - color contains mainly: red. Hex color #989518 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989518 is #676AE7. Grayscale: #888888. Windows color (decimal): -6777576 or 1611160. OLE color: 1611160.

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

Color convert

RGB 152 149 24 -
CMYK 0 0.02 0.84 0.40
HSL 58.59º 0.73% 0.35% -
HSV(B) 58.59º 0.84% 0.6% -
XYZ 23.86 28.24 5.06 -
YUV 135.65 64.99 139.66 -
System Red Green Blue C M Y K H S L
Decimal 152 149 24 0 0.02 0.84 0.40 58.59 0.73 0.35
Hex 98 95 18 0 2 54 28 3B 49 23
Octal 230 225 30 0 2 124 50 73 111 43
Binary 10011000 10010101 11000 0 10 1010100 101000 111011 1001001 100011

Color Harmonies of #989518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989518

Black with #989518

Text Example


Text Example

White with #989518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989518; }

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

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

background-color css

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

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

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

border-color css

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

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

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