#9FBC26

Color #9FBC26 Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #9FBC26

Tints of Bahia #9FBC26

Color information

#9FBC26 (or 0x9FBC26) is unknown color: approx Bahia. HEX triplet: 9F, BC and 26. RGB value is (159,188,38). Sum of RGB (Red+Green+Blue) = 159+188+38=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 188 (73.83% from 255 or 48.83% from 385); Blue value is 38 (15.23% from 255 or 9.87% from 385); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FBC26 is #6043D9. Grayscale: #A2A2A2. Windows color (decimal): -6308826 or 2538655. OLE color: 2538655.

HSL color Cylindrical-coordinate representation of color #9FBC26: hue angle of 71.6º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9FBC26 is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB15918838-
CMYK0.1500.800.26
HSL71.6º66.37%44.31%-
HSV(B)71.6º79.79%73.73%-
XYZ32.6343.488.51-
YUV162.2357.89125.7-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.30%
GREEN value IS 188 (73.83% from 255) = 48.83%
BLUE value IS 38 (15.23% from 255) = 9.87%
R=41.30%
G=48.83%
B=9.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal159188380.1500.800.2671.666.3744.31
Hex9FBC26F0501A48422c
Octal237274461701203211010254
Binary10011111101111001001101111010100001101010010001000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBC26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9FBC26;
 }
 .AnyTagClassName
 {
   color: #9FBC26;
 }
</style>
background-color css

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

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

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

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

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

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