Html Css Color HEX #989112 Citron

📋 copy color: '#989112'

red 152 ◦ green 145 ◦ blue 18

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

Shades of Citron #989112

Tints of Citron #989112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.71%

R = 48.25%
G = 46.03%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#989112 (or 0x989112) is known color: Citron. HEX triplet: 98, 91 and 12. RGB value is (152,145,18). Sum of RGB (Red+Green+Blue) = 152+145+18=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 145 (57.03% from 255 or 46.03% from 315); Blue value is 18 (7.42% from 255 or 5.71% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #989112 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989112 is #676EED. Grayscale: #858585. Windows color (decimal): -6778606 or 1216920. OLE color: 1216920.

HSL color Cylindrical-coordinate representation of color #989112: hue angle of 56.87º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #989112 is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 145 18 -
CMYK 0 0.05 0.88 0.40
HSL 56.87º 0.79% 0.33% -
HSV(B) 56.87º 0.88% 0.6% -
XYZ 23.18 26.97 4.56 -
YUV 132.62 63.32 141.83 -
System Red Green Blue C M Y K H S L
Decimal 152 145 18 0 0.05 0.88 0.40 56.87 0.79 0.33
Hex 98 91 12 0 5 58 28 39 4F 21
Octal 230 221 22 0 5 130 50 71 117 41
Binary 10011000 10010001 10010 0 101 1011000 101000 111001 1001111 100001

Color Harmonies of #989112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989112

Black with #989112

Text Example


Text Example

White with #989112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989112; }

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

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

background-color css

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

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

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

border-color css

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

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

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