Html Css Color HEX #98BC1D Bahia

📋 copy color: '#98BC1D'

red 152 ◦ green 188 ◦ blue 29

#98BC1D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahia #98BC1D

Tints of Bahia #98BC1D

RGB

 RED value IS 152 (59.77% from 255) = 41.19%

 GREEN value IS 188 (73.83% from 255) = 50.95%

 BLUE value IS 29 (11.72% from 255) = 7.86%

R = 41.19%
G = 50.95%
B = 7.86%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#98BC1D (or 0x98BC1D) is known color: Bahia. HEX triplet: 98, BC and 1D. RGB value is (152,188,29). Sum of RGB (Red+Green+Blue) = 152+188+29=369 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.19% from 369); Green value is 188 (73.83% from 255 or 50.95% from 369); Blue value is 29 (11.72% from 255 or 7.86% from 369); Max value from RGB is 188 - color contains mainly: green. Hex color #98BC1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98BC1D is #6743E2. Grayscale: #9F9F9F. Windows color (decimal): -6767587 or 1948824. OLE color: 1948824.

HSL color Cylindrical-coordinate representation of color #98BC1D: hue angle of 73.58º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #98BC1D is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 152 188 29 -
CMYK 0.19 0 0.85 0.26
HSL 73.58º 0.73% 0.43% -
HSV(B) 73.58º 0.85% 0.74% -
XYZ 31.15 42.73 7.77 -
YUV 159.11 54.57 122.93 -
System Red Green Blue C M Y K H S L
Decimal 152 188 29 0.19 0 0.85 0.26 73.58 0.73 0.43
Hex 98 BC 1D 13 0 55 1A 4A 49 2B
Octal 230 274 35 23 0 125 32 112 111 53
Binary 10011000 10111100 11101 10011 0 1010101 11010 1001010 1001001 101011

Color Harmonies of #98BC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BC1D

Black with #98BC1D

Text Example


Text Example

White with #98BC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #98BC1D;
 }
 .AnyTagClassName
 {
   color: #98BC1D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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