Html Css Color HEX #98BA1D Bahia

📋 copy color: '#98BA1D'

red 152 ◦ green 186 ◦ blue 29

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

Shades of Bahia #98BA1D

Tints of Bahia #98BA1D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 50.68%

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

R = 41.42%
G = 50.68%
B = 7.9%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#98BA1D (or 0x98BA1D) is known color: Bahia. HEX triplet: 98, BA and 1D. RGB value is (152,186,29). Sum of RGB (Red+Green+Blue) = 152+186+29=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 186 (73.05% from 255 or 50.68% from 367); Blue value is 29 (11.72% from 255 or 7.90% from 367); Max value from RGB is 186 - color contains mainly: green. Hex color #98BA1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98BA1D is #6745E2. Grayscale: #9E9E9E. Windows color (decimal): -6768099 or 1948312. OLE color: 1948312.

HSL color Cylindrical-coordinate representation of color #98BA1D: hue angle of 72.99º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #98BA1D is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 186 29 -
CMYK 0.18 0 0.84 0.27
HSL 72.99º 0.73% 0.42% -
HSV(B) 72.99º 0.84% 0.73% -
XYZ 30.73 41.88 7.63 -
YUV 157.94 55.24 123.77 -
System Red Green Blue C M Y K H S L
Decimal 152 186 29 0.18 0 0.84 0.27 72.99 0.73 0.42
Hex 98 BA 1D 12 0 54 1B 49 49 2A
Octal 230 272 35 22 0 124 33 111 111 52
Binary 10011000 10111010 11101 10010 0 1010100 11011 1001001 1001001 101010

Color Harmonies of #98BA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BA1D

Black with #98BA1D

Text Example


Text Example

White with #98BA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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