#98C915

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

Shades of Bahia #98C915

Tints of Bahia #98C915

Color information

#98C915 (or 0x98C915) is unknown color: approx Bahia. HEX triplet: 98, C9 and 15. RGB value is (152,201,21). Sum of RGB (Red+Green+Blue) = 152+201+21=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 201 (78.91% from 255 or 53.74% from 374); Blue value is 21 (8.59% from 255 or 5.61% from 374); Max value from RGB is 201 - color contains mainly: green. Hex color #98C915 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98C915 is #6736EA. Grayscale: #A6A6A6. Windows color (decimal): -6764267 or 1427864. OLE color: 1427864.

HSL color Cylindrical-coordinate representation of color #98C915: hue angle of 76.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #98C915 is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB15220121-
CMYK0.2400.900.21
HSL76.33º81.08%43.53%-
HSV(B)76.33º89.55%78.82%-
XYZ33.9748.58.28-
YUV165.8346.27118.14-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.64%
GREEN value IS 201 (78.91% from 255) = 53.74%
BLUE value IS 21 (8.59% from 255) = 5.61%
R=40.64%
G=53.74%
B=5.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal152201210.2400.900.2176.3381.0843.53
Hex98C9151805A154c512c
Octal230311253001322511412154
Binary10011000110010011010111000010110101010110011001010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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