#98BE1B

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

Shades of Bahia #98BE1B

Tints of Bahia #98BE1B

Color information

#98BE1B (or 0x98BE1B) is unknown color: approx Bahia. HEX triplet: 98, BE and 1B. RGB value is (152,190,27). Sum of RGB (Red+Green+Blue) = 152+190+27=369 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.19% from 369); Green value is 190 (74.61% from 255 or 51.49% from 369); Blue value is 27 (10.94% from 255 or 7.32% from 369); Max value from RGB is 190 - color contains mainly: green. Hex color #98BE1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98BE1B is #6741E4. Grayscale: #A0A0A0. Windows color (decimal): -6767077 or 1818264. OLE color: 1818264.

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

Color convert

RGB15219027-
CMYK0.200.860.25
HSL73.99º75.12%42.55%-
HSV(B)73.99º85.79%74.51%-
XYZ31.5643.587.79-
YUV160.0652.91122.25-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.19%
GREEN value IS 190 (74.61% from 255) = 51.49%
BLUE value IS 27 (10.94% from 255) = 7.32%
R=41.19%
G=51.49%
B=7.32%

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
Decimal152190270.200.860.2573.9975.1242.55
Hex98BE1B14056194a4b2b
Octal230276332401263111211353
Binary10011000101111101101110100010101101100110010101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BE1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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