Html Css Color HEX #98C61D Bahia

📋 copy color: '#98C61D'

red 152 ◦ green 198 ◦ blue 29

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

Shades of Bahia #98C61D

Tints of Bahia #98C61D

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 value IS 0.23

 M value IS 0

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#98C61D (or 0x98C61D) is known color: 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

RGB 152 198 29 -
CMYK 0.23 0 0.85 0.22
HSL 76.33º 0.74% 0.45% -
HSV(B) 76.33º 0.85% 0.78% -
XYZ 33.36 47.15 8.51 -
YUV 164.98 51.26 118.74 -
System Red Green Blue C M Y K H S L
Decimal 152 198 29 0.23 0 0.85 0.22 76.33 0.74 0.45
Hex 98 C6 1D 17 0 55 16 4C 4A 2D
Octal 230 306 35 27 0 125 26 114 112 55
Binary 10011000 11000110 11101 10111 0 1010101 10110 1001100 1001010 101101

Color Harmonies of #98C61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C61D

Black with #98C61D

Text Example


Text Example

White with #98C61D

Text Example


Text Example

HTML Codes & Css Web 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>