#9FB226

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

Shades of Bahia #9FB226

Tints of Bahia #9FB226

Color information

#9FB226 (or 0x9FB226) is unknown color: approx Bahia. HEX triplet: 9F, B2 and 26. RGB value is (159,178,38). Sum of RGB (Red+Green+Blue) = 159+178+38=375 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.4% from 375); Green value is 178 (69.92% from 255 or 47.47% from 375); Blue value is 38 (15.23% from 255 or 10.13% from 375); Max value from RGB is 178 - color contains mainly: green. Hex color #9FB226 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FB226 is #604DD9. Grayscale: #9C9C9C. Windows color (decimal): -6311386 or 2536095. OLE color: 2536095.

HSL color Cylindrical-coordinate representation of color #9FB226: hue angle of 68.14º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9FB226 is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB15917838-
CMYK0.1100.790.30
HSL68.14º64.81%42.35%-
HSV(B)68.14º78.65%69.8%-
XYZ30.5739.357.82-
YUV156.3661.21129.88-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.4%
GREEN value IS 178 (69.92% from 255) = 47.47%
BLUE value IS 38 (15.23% from 255) = 10.13%
R=42.4%
G=47.47%
B=10.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal159178380.1100.790.3068.1464.8142.35
Hex9FB226B04F1E44412a
Octal237262461301173610410152
Binary10011111101100101001101011010011111111010001001000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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