Html Css Color HEX #989E16 Citron

📋 copy color: '#989E16'

red 152 ◦ green 158 ◦ blue 22

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

Shades of Citron #989E16

Tints of Citron #989E16

RGB

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

 GREEN value IS 158 (62.11% from 255) = 47.59%

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

R = 45.78%
G = 47.59%
B = 6.63%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.86

 K value IS 0.38

RGB Variations

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

Color information

#989E16 (or 0x989E16) is known color: Citron. HEX triplet: 98, 9E and 16. RGB value is (152,158,22). Sum of RGB (Red+Green+Blue) = 152+158+22=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 158 (62.11% from 255 or 47.59% from 332); Blue value is 22 (8.98% from 255 or 6.63% from 332); Max value from RGB is 158 - color contains mainly: green. Hex color #989E16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989E16 is #6761E9. Grayscale: #8D8D8D. Windows color (decimal): -6775274 or 1482392. OLE color: 1482392.

HSL color Cylindrical-coordinate representation of color #989E16: hue angle of 62.65º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #989E16 is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.38.

Color convert

RGB 152 158 22 -
CMYK 0.04 0 0.86 0.38
HSL 62.65º 0.76% 0.35% -
HSV(B) 62.65º 0.86% 0.62% -
XYZ 25.32 31.19 5.44 -
YUV 140.7 61.01 136.06 -
System Red Green Blue C M Y K H S L
Decimal 152 158 22 0.04 0 0.86 0.38 62.65 0.76 0.35
Hex 98 9E 16 4 0 56 26 3F 4C 23
Octal 230 236 26 4 0 126 46 77 114 43
Binary 10011000 10011110 10110 100 0 1010110 100110 111111 1001100 100011

Color Harmonies of #989E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989E16

Black with #989E16

Text Example


Text Example

White with #989E16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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