#98980B

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

Shades of Citron #98980B

Tints of Citron #98980B

Color information

#98980B (or 0x98980B) is unknown color: approx Citron. HEX triplet: 98, 98 and 0B. RGB value is (152,152,11). Sum of RGB (Red+Green+Blue) = 152+152+11=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 152 (59.77% from 255 or 48.25% from 315); Blue value is 11 (4.69% from 255 or 3.49% from 315); Max value from RGB is 152 - color contains mainly: red, green. Hex color #98980B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98980B is #6767F4. Grayscale: #888888. Windows color (decimal): -6776821 or 759960. OLE color: 759960.

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

Color convert

RGB15215211-
CMYK000.930.40
HSL60º86.5%31.96%-
HSV(B)60º92.76%59.61%-
XYZ24.2429.164.67-
YUV135.9357.5139.46-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.25%
GREEN value IS 152 (59.77% from 255) = 48.25%
BLUE value IS 11 (4.69% from 255) = 3.49%
R=48.25%
G=48.25%
B=3.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15215211000.930.406086.531.96
Hex9898B005D283c5720
Octal2302301300135507412740
Binary100110001001100010110010111011010001111001010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98980B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98980B; }

 p { color: rgb(152,152,11); }

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

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

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

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

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

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

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