Html Css Color HEX #989614 Citron

📋 copy color: '#989614'

red 152 ◦ green 150 ◦ blue 20

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

Shades of Citron #989614

Tints of Citron #989614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.21%

R = 47.2%
G = 46.58%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#989614 (or 0x989614) is known color: Citron. HEX triplet: 98, 96 and 14. RGB value is (152,150,20). Sum of RGB (Red+Green+Blue) = 152+150+20=322 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.20% from 322); Green value is 150 (58.98% from 255 or 46.58% from 322); Blue value is 20 (8.20% from 255 or 6.21% from 322); Max value from RGB is 152 - color contains mainly: red. Hex color #989614 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989614 is #6769EB. Grayscale: #888888. Windows color (decimal): -6777324 or 1349272. OLE color: 1349272.

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

Color convert

RGB 152 150 20 -
CMYK 0 0.01 0.87 0.40
HSL 59.09º 0.77% 0.34% -
HSV(B) 59.09º 0.87% 0.6% -
XYZ 23.98 28.54 4.91 -
YUV 135.78 62.66 139.57 -
System Red Green Blue C M Y K H S L
Decimal 152 150 20 0 0.01 0.87 0.40 59.09 0.77 0.34
Hex 98 96 14 0 1 57 28 3B 4D 22
Octal 230 226 24 0 1 127 50 73 115 42
Binary 10011000 10010110 10100 0 1 1010111 101000 111011 1001101 100010

Color Harmonies of #989614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989614

Black with #989614

Text Example


Text Example

White with #989614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989614; }

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

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

background-color css

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

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

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

border-color css

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

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

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