Html Css Color HEX #98B71C Bahia

📋 copy color: '#98B71C'

red 152 ◦ green 183 ◦ blue 28

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

Shades of Bahia #98B71C

Tints of Bahia #98B71C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 50.41%

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

R = 41.87%
G = 50.41%
B = 7.71%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#98B71C (or 0x98B71C) is known color: Bahia. HEX triplet: 98, B7 and 1C. RGB value is (152,183,28). Sum of RGB (Red+Green+Blue) = 152+183+28=363 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.87% from 363); Green value is 183 (71.88% from 255 or 50.41% from 363); Blue value is 28 (11.33% from 255 or 7.71% from 363); Max value from RGB is 183 - color contains mainly: green. Hex color #98B71C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98B71C is #6748E3. Grayscale: #9C9C9C. Windows color (decimal): -6768868 or 1882008. OLE color: 1882008.

HSL color Cylindrical-coordinate representation of color #98B71C: hue angle of 72º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #98B71C is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB 152 183 28 -
CMYK 0.17 0 0.85 0.28
HSL 72º 0.73% 0.41% -
HSV(B) 72º 0.85% 0.72% -
XYZ 30.09 40.63 7.35 -
YUV 156.06 55.73 125.1 -
System Red Green Blue C M Y K H S L
Decimal 152 183 28 0.17 0 0.85 0.28 72 0.73 0.41
Hex 98 B7 1C 11 0 55 1C 48 49 29
Octal 230 267 34 21 0 125 34 110 111 51
Binary 10011000 10110111 11100 10001 0 1010101 11100 1001000 1001001 101001

Color Harmonies of #98B71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B71C

Black with #98B71C

Text Example


Text Example

White with #98B71C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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