#98C61D

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

Shades of Bahia #98C61D

Tints of Bahia #98C61D

Color information

#98C61D (or 0x98C61D) is unknown color: approx Bahia. HEX triplet: 98, C6 and 1D. RGB value is (152,198,29). Sum of RGB (Red+Green+Blue) = 152+198+29=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 198 (77.73% from 255 or 52.24% from 379); Blue value is 29 (11.72% from 255 or 7.65% from 379); Max value from RGB is 198 - color contains mainly: green. Hex color #98C61D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C61D is #6739E2. Grayscale: #A5A5A5. Windows color (decimal): -6765027 or 1951384. OLE color: 1951384.

HSL color Cylindrical-coordinate representation of color #98C61D: hue angle of 76.33º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #98C61D is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB15219829-
CMYK0.2300.850.22
HSL76.33º74.45%44.51%-
HSV(B)76.33º85.35%77.65%-
XYZ33.3647.158.51-
YUV164.9851.26118.74-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.11%
GREEN value IS 198 (77.73% from 255) = 52.24%
BLUE value IS 29 (11.72% from 255) = 7.65%
R=40.11%
G=52.24%
B=7.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal152198290.2300.850.2276.3374.4544.51
Hex98C61D17055164c4a2d
Octal230306352701252611411255
Binary10011000110001101110110111010101011011010011001001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C61D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,198,29); }

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

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

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

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

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

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

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