Html Css Color HEX #989C16 Citron

📋 copy color: '#989C16'

red 152 ◦ green 156 ◦ blue 22

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

Shades of Citron #989C16

Tints of Citron #989C16

RGB

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

 GREEN value IS 156 (61.33% from 255) = 47.27%

 BLUE value IS 22 (8.98% from 255) = 6.67%

R = 46.06%
G = 47.27%
B = 6.67%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#989C16 (or 0x989C16) is known color: Citron. HEX triplet: 98, 9C and 16. RGB value is (152,156,22). Sum of RGB (Red+Green+Blue) = 152+156+22=330 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.06% from 330); Green value is 156 (61.33% from 255 or 47.27% from 330); Blue value is 22 (8.98% from 255 or 6.67% from 330); Max value from RGB is 156 - color contains mainly: green. Hex color #989C16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989C16 is #6763E9. Grayscale: #8C8C8C. Windows color (decimal): -6775786 or 1481880. OLE color: 1481880.

HSL color Cylindrical-coordinate representation of color #989C16: hue angle of 61.79º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #989C16 is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.39.

Color convert

RGB 152 156 22 -
CMYK 0.03 0 0.86 0.39
HSL 61.79º 0.75% 0.35% -
HSV(B) 61.79º 0.86% 0.61% -
XYZ 24.98 30.51 5.33 -
YUV 139.53 61.67 136.9 -
System Red Green Blue C M Y K H S L
Decimal 152 156 22 0.03 0 0.86 0.39 61.79 0.75 0.35
Hex 98 9C 16 3 0 56 27 3E 4B 23
Octal 230 234 26 3 0 126 47 76 113 43
Binary 10011000 10011100 10110 11 0 1010110 100111 111110 1001011 100011

Color Harmonies of #989C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989C16

Black with #989C16

Text Example


Text Example

White with #989C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989C16; }

 p { color: rgb(152,156,22); }

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

background-color css

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

 a { background-color: rgb(152,156,22); }

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

border-color css

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

 span { border-color: rgb(152,156,22); }

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