Html Css Color HEX #98C41C Bahia

📋 copy color: '#98C41C'

red 152 ◦ green 196 ◦ blue 28

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

Shades of Bahia #98C41C

Tints of Bahia #98C41C

RGB

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

 GREEN value IS 196 (76.95% from 255) = 52.13%

 BLUE value IS 28 (11.33% from 255) = 7.45%

R = 40.43%
G = 52.13%
B = 7.45%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#98C41C (or 0x98C41C) is known color: Bahia. HEX triplet: 98, C4 and 1C. RGB value is (152,196,28). Sum of RGB (Red+Green+Blue) = 152+196+28=376 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.43% from 376); Green value is 196 (76.95% from 255 or 52.13% from 376); Blue value is 28 (11.33% from 255 or 7.45% from 376); Max value from RGB is 196 - color contains mainly: green. Hex color #98C41C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C41C is #673BE3. Grayscale: #A4A4A4. Windows color (decimal): -6765540 or 1885336. OLE color: 1885336.

HSL color Cylindrical-coordinate representation of color #98C41C: hue angle of 75.71º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #98C41C is Cyan = 0.22, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 152 196 28 -
CMYK 0.22 0 0.86 0.23
HSL 75.71º 0.75% 0.44% -
HSV(B) 75.71º 0.86% 0.77% -
XYZ 32.9 46.24 8.29 -
YUV 163.69 51.42 119.66 -
System Red Green Blue C M Y K H S L
Decimal 152 196 28 0.22 0 0.86 0.23 75.71 0.75 0.44
Hex 98 C4 1C 16 0 56 17 4C 4B 2C
Octal 230 304 34 26 0 126 27 114 113 54
Binary 10011000 11000100 11100 10110 0 1010110 10111 1001100 1001011 101100

Color Harmonies of #98C41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C41C

Black with #98C41C

Text Example


Text Example

White with #98C41C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,196,28); }

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

background-color css

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

 a { background-color: rgb(152,196,28); }

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

border-color css

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

 span { border-color: rgb(152,196,28); }

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