Html Css Color HEX #98C01A Bahia

📋 copy color: '#98C01A'

red 152 ◦ green 192 ◦ blue 26

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

Shades of Bahia #98C01A

Tints of Bahia #98C01A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.89%

 BLUE value IS 26 (10.55% from 255) = 7.03%

R = 41.08%
G = 51.89%
B = 7.03%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#98C01A (or 0x98C01A) is known color: Bahia. HEX triplet: 98, C0 and 1A. RGB value is (152,192,26). Sum of RGB (Red+Green+Blue) = 152+192+26=370 (49% of max value = 765). Red value is 152 (59.77% from 255 or 41.08% from 370); Green value is 192 (75.39% from 255 or 51.89% from 370); Blue value is 26 (10.55% from 255 or 7.03% from 370); Max value from RGB is 192 - color contains mainly: green. Hex color #98C01A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C01A is #673FE5. Grayscale: #A1A1A1. Windows color (decimal): -6766566 or 1753240. OLE color: 1753240.

HSL color Cylindrical-coordinate representation of color #98C01A: hue angle of 74.46º degrees, saturation: 0.76, 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 #98C01A is Cyan = 0.21, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 192 26 -
CMYK 0.21 0 0.86 0.25
HSL 74.46º 0.76% 0.43% -
HSV(B) 74.46º 0.86% 0.75% -
XYZ 31.98 44.45 7.87 -
YUV 161.12 51.75 121.5 -
System Red Green Blue C M Y K H S L
Decimal 152 192 26 0.21 0 0.86 0.25 74.46 0.76 0.43
Hex 98 C0 1A 15 0 56 19 4A 4C 2B
Octal 230 300 32 25 0 126 31 112 114 53
Binary 10011000 11000000 11010 10101 0 1010110 11001 1001010 1001100 101011

Color Harmonies of #98C01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C01A

Black with #98C01A

Text Example


Text Example

White with #98C01A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,192,26); }

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

background-color css

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

 a { background-color: rgb(152,192,26); }

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

border-color css

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

 span { border-color: rgb(152,192,26); }

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