Html Css Color HEX #989115 Citron

📋 copy color: '#989115'

red 152 ◦ green 145 ◦ blue 21

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

Shades of Citron #989115

Tints of Citron #989115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.6%

R = 47.8%
G = 45.6%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#989115 (or 0x989115) is known color: Citron. HEX triplet: 98, 91 and 15. RGB value is (152,145,21). Sum of RGB (Red+Green+Blue) = 152+145+21=318 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.80% from 318); Green value is 145 (57.03% from 255 or 45.60% from 318); Blue value is 21 (8.59% from 255 or 6.60% from 318); Max value from RGB is 152 - color contains mainly: red. Hex color #989115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989115 is #676EEA. Grayscale: #858585. Windows color (decimal): -6778603 or 1413528. OLE color: 1413528.

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

Color convert

RGB 152 145 21 -
CMYK 0 0.05 0.86 0.40
HSL 56.79º 0.76% 0.34% -
HSV(B) 56.79º 0.86% 0.6% -
XYZ 23.21 26.98 4.69 -
YUV 132.96 64.82 141.58 -
System Red Green Blue C M Y K H S L
Decimal 152 145 21 0 0.05 0.86 0.40 56.79 0.76 0.34
Hex 98 91 15 0 5 56 28 39 4C 22
Octal 230 221 25 0 5 126 50 71 114 42
Binary 10011000 10010001 10101 0 101 1010110 101000 111001 1001100 100010

Color Harmonies of #989115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989115

Black with #989115

Text Example


Text Example

White with #989115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989115; }

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

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

background-color css

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

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

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

border-color css

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

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

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