Html Css Color HEX #9FB91C Bahia

📋 copy color: '#9FB91C'

red 159 ◦ green 185 ◦ blue 28

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

Shades of Bahia #9FB91C

Tints of Bahia #9FB91C

RGB

 RED value IS 159 (62.5% from 255) = 42.74%

 GREEN value IS 185 (72.66% from 255) = 49.73%

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

R = 42.74%
G = 49.73%
B = 7.53%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#9FB91C (or 0x9FB91C) is known color: Bahia. HEX triplet: 9F, B9 and 1C. RGB value is (159,185,28). Sum of RGB (Red+Green+Blue) = 159+185+28=372 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.74% from 372); Green value is 185 (72.66% from 255 or 49.73% from 372); Blue value is 28 (11.33% from 255 or 7.53% from 372); Max value from RGB is 185 - color contains mainly: green. Hex color #9FB91C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FB91C is #6046E3. Grayscale: #9F9F9F. Windows color (decimal): -6309604 or 1882527. OLE color: 1882527.

HSL color Cylindrical-coordinate representation of color #9FB91C: hue angle of 69.94º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9FB91C is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB 159 185 28 -
CMYK 0.14 0 0.85 0.27
HSL 69.94º 0.74% 0.42% -
HSV(B) 69.94º 0.85% 0.73% -
XYZ 31.86 42.15 7.56 -
YUV 159.33 53.89 127.77 -
System Red Green Blue C M Y K H S L
Decimal 159 185 28 0.14 0 0.85 0.27 69.94 0.74 0.42
Hex 9F B9 1C E 0 55 1B 46 4A 2A
Octal 237 271 34 16 0 125 33 106 112 52
Binary 10011111 10111001 11100 1110 0 1010101 11011 1000110 1001010 101010

Color Harmonies of #9FB91C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB91C

Black with #9FB91C

Text Example


Text Example

White with #9FB91C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FB91C; }

 p { color: rgb(159,185,28); }

 H1.HeaderClassName
 {
   color: #9FB91C;
 }
 .AnyTagClassName
 {
   color: #9FB91C;
 }
</style>

background-color css

<style>
 a { background-color: #9FB91C; }

 a { background-color: rgb(159,185,28); }

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

border-color css

<style>
 span { border-color: #9FB91C; }

 span { border-color: rgb(159,185,28); }

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