#BFFB9B

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

Shades of Madang #BFFB9B

Tints of Madang #BFFB9B

Color information

#BFFB9B (or 0xBFFB9B) is unknown color: approx Madang. HEX triplet: BF, FB and 9B. RGB value is (191,251,155). Sum of RGB (Red+Green+Blue) = 191+251+155=597 (79% of max value = 765). Red value is 191 (75% from 255 or 31.99% from 597); Green value is 251 (98.44% from 255 or 42.04% from 597); Blue value is 155 (60.94% from 255 or 25.96% from 597); Max value from RGB is 251 - color contains mainly: green. Hex color #BFFB9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFB9B is #400464. Grayscale: #DEDEDE. Windows color (decimal): -4195429 or 10222527. OLE color: 10222527.

HSL color Cylindrical-coordinate representation of color #BFFB9B: hue angle of 97.5º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BFFB9B is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB191251155-
CMYK0.2400.380.02
HSL97.5º92.31%79.61%-
HSV(B)97.5º38.25%98.43%-
XYZ61.982.4443.66-
YUV222.1290.12105.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.99%
GREEN value IS 251 (98.44% from 255) = 42.04%
BLUE value IS 155 (60.94% from 255) = 25.96%
R=31.99%
G=42.04%
B=25.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912511550.2400.380.0297.592.3179.61
HexBFFB9B180262625c50
Octal277373233300462142134120
Binary10111111111110111001101111000010011010110001010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFB9B; }

 p { color: rgb(191,251,155); }

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

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

 a { background-color: rgb(191,251,155); }

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

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

 span { border-color: rgb(191,251,155); }

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