Html Css Color HEX #9FBC17 Bahia

📋 copy color: '#9FBC17'

red 159 ◦ green 188 ◦ blue 23

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

Shades of Bahia #9FBC17

Tints of Bahia #9FBC17

RGB

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

 GREEN value IS 188 (73.83% from 255) = 50.81%

 BLUE value IS 23 (9.38% from 255) = 6.22%

R = 42.97%
G = 50.81%
B = 6.22%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#9FBC17 (or 0x9FBC17) is known color: Bahia. HEX triplet: 9F, BC and 17. RGB value is (159,188,23). Sum of RGB (Red+Green+Blue) = 159+188+23=370 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.97% from 370); Green value is 188 (73.83% from 255 or 50.81% from 370); Blue value is 23 (9.38% from 255 or 6.22% from 370); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FBC17 is #6043E8. Grayscale: #A1A1A1. Windows color (decimal): -6308841 or 1555615. OLE color: 1555615.

HSL color Cylindrical-coordinate representation of color #9FBC17: hue angle of 70.55º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9FBC17 is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 159 188 23 -
CMYK 0.15 0 0.88 0.26
HSL 70.55º 0.78% 0.41% -
HSV(B) 70.55º 0.88% 0.74% -
XYZ 32.44 43.4 7.48 -
YUV 160.52 50.39 126.92 -
System Red Green Blue C M Y K H S L
Decimal 159 188 23 0.15 0 0.88 0.26 70.55 0.78 0.41
Hex 9F BC 17 F 0 58 1A 47 4E 29
Octal 237 274 27 17 0 130 32 107 116 51
Binary 10011111 10111100 10111 1111 0 1011000 11010 1000111 1001110 101001

Color Harmonies of #9FBC17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBC17

Black with #9FBC17

Text Example


Text Example

White with #9FBC17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,188,23); }

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

background-color css

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

 a { background-color: rgb(159,188,23); }

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

border-color css

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

 span { border-color: rgb(159,188,23); }

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