#9FBE18

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

Shades of Bahia #9FBE18

Tints of Bahia #9FBE18

Color information

#9FBE18 (or 0x9FBE18) is unknown color: approx Bahia. HEX triplet: 9F, BE and 18. RGB value is (159,190,24). Sum of RGB (Red+Green+Blue) = 159+190+24=373 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.63% from 373); Green value is 190 (74.61% from 255 or 50.94% from 373); Blue value is 24 (9.77% from 255 or 6.43% from 373); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBE18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FBE18 is #6041E7. Grayscale: #A2A2A2. Windows color (decimal): -6308328 or 1621663. OLE color: 1621663.

HSL color Cylindrical-coordinate representation of color #9FBE18: hue angle of 71.2º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9FBE18 is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB15919024-
CMYK0.1600.870.25
HSL71.2º77.57%41.96%-
HSV(B)71.2º87.37%74.51%-
XYZ32.8844.267.68-
YUV161.8150.23126-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.63%
GREEN value IS 190 (74.61% from 255) = 50.94%
BLUE value IS 24 (9.77% from 255) = 6.43%
R=42.63%
G=50.94%
B=6.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal159190240.1600.870.2571.277.5741.96
Hex9FBE181005719474e2a
Octal237276302001273110711652
Binary10011111101111101100010000010101111100110001111001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBE18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,190,24); }

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

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

 a { background-color: rgb(159,190,24); }

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

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

 span { border-color: rgb(159,190,24); }

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