Html Css Color HEX #989119 Citron

📋 copy color: '#989119'

red 152 ◦ green 145 ◦ blue 25

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

Shades of Citron #989119

Tints of Citron #989119

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.03%

 BLUE value IS 25 (10.16% from 255) = 7.76%

R = 47.2%
G = 45.03%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#989119 (or 0x989119) is known color: Citron. HEX triplet: 98, 91 and 19. RGB value is (152,145,25). Sum of RGB (Red+Green+Blue) = 152+145+25=322 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.20% from 322); Green value is 145 (57.03% from 255 or 45.03% from 322); Blue value is 25 (10.16% from 255 or 7.76% from 322); Max value from RGB is 152 - color contains mainly: red. Hex color #989119 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989119 is #676EE6. Grayscale: #858585. Windows color (decimal): -6778599 or 1675672. OLE color: 1675672.

HSL color Cylindrical-coordinate representation of color #989119: hue angle of 56.69º degrees, saturation: 0.72, 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 #989119 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 145 25 -
CMYK 0 0.05 0.84 0.40
HSL 56.69º 0.72% 0.35% -
HSV(B) 56.69º 0.84% 0.6% -
XYZ 23.25 27 4.91 -
YUV 133.41 66.82 141.26 -
System Red Green Blue C M Y K H S L
Decimal 152 145 25 0 0.05 0.84 0.40 56.69 0.72 0.35
Hex 98 91 19 0 5 54 28 39 48 23
Octal 230 221 31 0 5 124 50 71 110 43
Binary 10011000 10010001 11001 0 101 1010100 101000 111001 1001000 100011

Color Harmonies of #989119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989119

Black with #989119

Text Example


Text Example

White with #989119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989119; }

 p { color: rgb(152,145,25); }

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

background-color css

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

 a { background-color: rgb(152,145,25); }

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

border-color css

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

 span { border-color: rgb(152,145,25); }

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