#98BE1A

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

Shades of Bahia #98BE1A

Tints of Bahia #98BE1A

Color information

#98BE1A (or 0x98BE1A) is unknown color: approx Bahia. HEX triplet: 98, BE and 1A. RGB value is (152,190,26). Sum of RGB (Red+Green+Blue) = 152+190+26=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 190 (74.61% from 255 or 51.63% from 368); Blue value is 26 (10.55% from 255 or 7.07% from 368); Max value from RGB is 190 - color contains mainly: green. Hex color #98BE1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98BE1A is #6741E5. Grayscale: #A0A0A0. Windows color (decimal): -6767078 or 1752728. OLE color: 1752728.

HSL color Cylindrical-coordinate representation of color #98BE1A: hue angle of 73.9º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #98BE1A is Cyan = 0.2, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB15219026-
CMYK0.200.860.25
HSL73.9º75.93%42.35%-
HSV(B)73.9º86.32%74.51%-
XYZ31.5543.587.73-
YUV159.9452.41122.34-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.30%
GREEN value IS 190 (74.61% from 255) = 51.63%
BLUE value IS 26 (10.55% from 255) = 7.07%
R=41.30%
G=51.63%
B=7.07%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal152190260.200.860.2573.975.9342.35
Hex98BE1A14056194a4c2a
Octal230276322401263111211452
Binary10011000101111101101010100010101101100110010101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BE1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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