#989C23

Color #989C23 Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #989C23

Tints of Citron #989C23

Color information

#989C23 (or 0x989C23) is unknown color: approx Citron. HEX triplet: 98, 9C and 23. RGB value is (152,156,35). Sum of RGB (Red+Green+Blue) = 152+156+35=343 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.31% from 343); Green value is 156 (61.33% from 255 or 45.48% from 343); Blue value is 35 (14.06% from 255 or 10.20% from 343); Max value from RGB is 156 - color contains mainly: green. Hex color #989C23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989C23 is #6763DC. Grayscale: #8D8D8D. Windows color (decimal): -6775773 or 2333848. OLE color: 2333848.

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

Color convert

RGB15215635-
CMYK0.0300.780.39
HSL61.98º63.35%37.45%-
HSV(B)61.98º77.56%61.18%-
XYZ25.1430.576.17-
YUV141.0168.17135.84-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.31%
GREEN value IS 156 (61.33% from 255) = 45.48%
BLUE value IS 35 (14.06% from 255) = 10.20%
R=44.31%
G=45.48%
B=10.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal152156350.0300.780.3961.9863.3537.45
Hex989C23304E273e3f25
Octal230234433011647767745
Binary10011000100111001000111101001110100111111110111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #989C23;
 }
 .AnyTagClassName
 {
   color: #989C23;
 }
</style>
background-color css

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

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

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

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

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

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