#989B08

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

Shades of Citron #989B08

Tints of Citron #989B08

Color information

#989B08 (or 0x989B08) is unknown color: approx Citron. HEX triplet: 98, 9B and 08. RGB value is (152,155,8). Sum of RGB (Red+Green+Blue) = 152+155+8=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 155 (60.94% from 255 or 49.21% from 315); Blue value is 8 (3.52% from 255 or 2.54% from 315); Max value from RGB is 155 - color contains mainly: green. Hex color #989B08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989B08 is #6764F7. Grayscale: #898989. Windows color (decimal): -6776056 or 564120. OLE color: 564120.

HSL color Cylindrical-coordinate representation of color #989B08: hue angle of 61.22º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #989B08 is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.39.

Color convert

RGB1521558-
CMYK0.0200.950.39
HSL61.22º90.18%31.96%-
HSV(B)61.22º94.84%60.78%-
XYZ24.7130.144.74-
YUV137.3455.01138.45-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.25%
GREEN value IS 155 (60.94% from 255) = 49.21%
BLUE value IS 8 (3.52% from 255) = 2.54%
R=48.25%
G=49.21%
B=2.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15215580.0200.950.3961.2290.1831.96
Hex989B8205F273d5a20
Octal2302331020137477513240
Binary1001100010011011100010010111111001111111011011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,155,8); }

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

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

 a { background-color: rgb(152,155,8); }

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

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

 span { border-color: rgb(152,155,8); }

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