#9FB81E

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

Shades of Bahia #9FB81E

Tints of Bahia #9FB81E

Color information

#9FB81E (or 0x9FB81E) is unknown color: approx Bahia. HEX triplet: 9F, B8 and 1E. RGB value is (159,184,30). Sum of RGB (Red+Green+Blue) = 159+184+30=373 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.63% from 373); Green value is 184 (72.27% from 255 or 49.33% from 373); Blue value is 30 (12.11% from 255 or 8.04% from 373); Max value from RGB is 184 - color contains mainly: green. Hex color #9FB81E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FB81E is #6047E1. Grayscale: #9F9F9F. Windows color (decimal): -6309858 or 2013343. OLE color: 2013343.

HSL color Cylindrical-coordinate representation of color #9FB81E: hue angle of 69.74º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9FB81E is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB15918430-
CMYK0.1400.840.28
HSL69.74º71.96%41.96%-
HSV(B)69.74º83.7%72.16%-
XYZ31.6741.757.62-
YUV158.9755.22128.02-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.63%
GREEN value IS 184 (72.27% from 255) = 49.33%
BLUE value IS 30 (12.11% from 255) = 8.04%
R=42.63%
G=49.33%
B=8.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal159184300.1400.840.2869.7471.9641.96
Hex9FB81EE0541C46482a
Octal237270361601243410611052
Binary1001111110111000111101110010101001110010001101001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB81E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,184,30); }

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

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

 a { background-color: rgb(159,184,30); }

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

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

 span { border-color: rgb(159,184,30); }

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