#98942B

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

Shades of Citron #98942B

Tints of Citron #98942B

Color information

#98942B (or 0x98942B) is unknown color: approx Citron. HEX triplet: 98, 94 and 2B. RGB value is (152,148,43). Sum of RGB (Red+Green+Blue) = 152+148+43=343 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.31% from 343); Green value is 148 (58.20% from 255 or 43.15% from 343); Blue value is 43 (17.19% from 255 or 12.54% from 343); Max value from RGB is 152 - color contains mainly: red. Hex color #98942B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98942B is #676BD4. Grayscale: #898989. Windows color (decimal): -6777813 or 2856088. OLE color: 2856088.

HSL color Cylindrical-coordinate representation of color #98942B: hue angle of 57.8º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #98942B is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB15214843-
CMYK00.030.720.40
HSL57.8º55.9%38.24%-
HSV(B)57.8º71.71%59.61%-
XYZ23.9728.036.43-
YUV137.2374.83138.54-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.31%
GREEN value IS 148 (58.20% from 255) = 43.15%
BLUE value IS 43 (17.19% from 255) = 12.54%
R=44.31%
G=43.15%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521484300.030.720.4057.855.938.24
Hex98942B0348283a3826
Octal230224530311050727046
Binary10011000100101001010110111001000101000111010111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98942B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,148,43); }

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

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

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

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

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

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

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