Html Css Color HEX #9FBC16 Bahia

📋 copy color: '#9FBC16'

red 159 ◦ green 188 ◦ blue 22

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

Shades of Bahia #9FBC16

Tints of Bahia #9FBC16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.96%

R = 43.09%
G = 50.95%
B = 5.96%

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

#9FBC16 (or 0x9FBC16) is known color: Bahia. HEX triplet: 9F, BC and 16. RGB value is (159,188,22). Sum of RGB (Red+Green+Blue) = 159+188+22=369 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.09% from 369); Green value is 188 (73.83% from 255 or 50.95% from 369); Blue value is 22 (8.98% from 255 or 5.96% from 369); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FBC16 is #6043E9. Grayscale: #A1A1A1. Windows color (decimal): -6308842 or 1490079. OLE color: 1490079.

HSL color Cylindrical-coordinate representation of color #9FBC16: hue angle of 70.48º degrees, saturation: 0.79, 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 #9FBC16 is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 159 188 22 -
CMYK 0.15 0 0.88 0.26
HSL 70.48º 0.79% 0.41% -
HSV(B) 70.48º 0.88% 0.74% -
XYZ 32.43 43.4 7.43 -
YUV 160.41 49.89 127 -
System Red Green Blue C M Y K H S L
Decimal 159 188 22 0.15 0 0.88 0.26 70.48 0.79 0.41
Hex 9F BC 16 F 0 58 1A 46 4F 29
Octal 237 274 26 17 0 130 32 106 117 51
Binary 10011111 10111100 10110 1111 0 1011000 11010 1000110 1001111 101001

Color Harmonies of #9FBC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBC16

Black with #9FBC16

Text Example


Text Example

White with #9FBC16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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