#98C11A

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

Shades of Bahia #98C11A

Tints of Bahia #98C11A

Color information

#98C11A (or 0x98C11A) is unknown color: approx Bahia. HEX triplet: 98, C1 and 1A. RGB value is (152,193,26). Sum of RGB (Red+Green+Blue) = 152+193+26=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 193 (75.78% from 255 or 52.02% from 371); Blue value is 26 (10.55% from 255 or 7.01% from 371); Max value from RGB is 193 - color contains mainly: green. Hex color #98C11A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C11A is #673EE5. Grayscale: #A2A2A2. Windows color (decimal): -6766310 or 1753496. OLE color: 1753496.

HSL color Cylindrical-coordinate representation of color #98C11A: hue angle of 74.73º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #98C11A is Cyan = 0.21, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB15219326-
CMYK0.2100.870.24
HSL74.73º76.26%42.94%-
HSV(B)74.73º86.53%75.69%-
XYZ32.2144.897.94-
YUV161.751.42121.08-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.97%
GREEN value IS 193 (75.78% from 255) = 52.02%
BLUE value IS 26 (10.55% from 255) = 7.01%
R=40.97%
G=52.02%
B=7.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal152193260.2100.870.2474.7376.2642.94
Hex98C11A15057184b4c2b
Octal230301322501273011311453
Binary10011000110000011101010101010101111100010010111001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C11A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,193,26); }

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

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

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

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

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

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

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