#98A915

Color #98A915 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #98A915

Tints of Citrus #98A915

Color information

#98A915 (or 0x98A915) is unknown color: approx Citrus. HEX triplet: 98, A9 and 15. RGB value is (152,169,21). Sum of RGB (Red+Green+Blue) = 152+169+21=342 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.44% from 342); Green value is 169 (66.41% from 255 or 49.42% from 342); Blue value is 21 (8.59% from 255 or 6.14% from 342); Max value from RGB is 169 - color contains mainly: green. Hex color #98A915 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98A915 is #6756EA. Grayscale: #939393. Windows color (decimal): -6772459 or 1419672. OLE color: 1419672.

HSL color Cylindrical-coordinate representation of color #98A915: hue angle of 66.89º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #98A915 is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.34.

Color convert

RGB15216921-
CMYK0.1000.880.34
HSL66.89º77.89%37.25%-
HSV(B)66.89º87.57%66.27%-
XYZ27.2735.116.05-
YUV147.0456.87131.53-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.44%
GREEN value IS 169 (66.41% from 255) = 49.42%
BLUE value IS 21 (8.59% from 255) = 6.14%
R=44.44%
G=49.42%
B=6.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal152169210.1000.880.3466.8977.8937.25
Hex98A915A05822434e25
Octal230251251201304210311645
Binary10011000101010011010110100101100010001010000111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98A915; }

 p { color: rgb(152,169,21); }

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

<style>
 a { background-color: #98A915; }

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

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

<style>
 span { border-color: #98A915; }

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

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