Html Css Color HEX #989610 Citron

📋 copy color: '#989610'

red 152 ◦ green 150 ◦ blue 16

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

Shades of Citron #989610

Tints of Citron #989610

RGB

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

 GREEN value IS 150 (58.98% from 255) = 47.17%

 BLUE value IS 16 (6.64% from 255) = 5.03%

R = 47.8%
G = 47.17%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#989610 (or 0x989610) is known color: Citron. HEX triplet: 98, 96 and 10. RGB value is (152,150,16). Sum of RGB (Red+Green+Blue) = 152+150+16=318 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.80% from 318); Green value is 150 (58.98% from 255 or 47.17% from 318); Blue value is 16 (6.64% from 255 or 5.03% from 318); Max value from RGB is 152 - color contains mainly: red. Hex color #989610 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989610 is #6769EF. Grayscale: #878787. Windows color (decimal): -6777328 or 1087128. OLE color: 1087128.

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

Color convert

RGB 152 150 16 -
CMYK 0 0.01 0.89 0.40
HSL 59.12º 0.81% 0.33% -
HSV(B) 59.12º 0.89% 0.6% -
XYZ 23.95 28.53 4.73 -
YUV 135.32 60.66 139.9 -
System Red Green Blue C M Y K H S L
Decimal 152 150 16 0 0.01 0.89 0.40 59.12 0.81 0.33
Hex 98 96 10 0 1 59 28 3B 51 21
Octal 230 226 20 0 1 131 50 73 121 41
Binary 10011000 10010110 10000 0 1 1011001 101000 111011 1010001 100001

Color Harmonies of #989610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989610

Black with #989610

Text Example


Text Example

White with #989610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989610; }

 p { color: rgb(152,150,16); }

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

background-color css

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

 a { background-color: rgb(152,150,16); }

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

border-color css

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

 span { border-color: rgb(152,150,16); }

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