#BDFF9B

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

Shades of Madang #BDFF9B

Tints of Madang #BDFF9B

Color information

#BDFF9B (or 0xBDFF9B) is unknown color: approx Madang. HEX triplet: BD, FF and 9B. RGB value is (189,255,155). Sum of RGB (Red+Green+Blue) = 189+255+155=599 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.55% from 599); Green value is 255 (100% from 255 or 42.57% from 599); Blue value is 155 (60.94% from 255 or 25.88% from 599); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFF9B is #420064. Grayscale: #E0E0E0. Windows color (decimal): -4325477 or 10223549. OLE color: 10223549.

HSL color Cylindrical-coordinate representation of color #BDFF9B: hue angle of 99.6º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDFF9B is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.

Color convert

RGB189255155-
CMYK0.2600.390
HSL99.6º100%80.39%-
HSV(B)99.6º39.22%100%-
XYZ62.6684.7144.06-
YUV223.8789.13103.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.55%
GREEN value IS 255 (100% from 255) = 42.57%
BLUE value IS 155 (60.94% from 255) = 25.88%
R=31.55%
G=42.57%
B=25.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1892551550.2600.39099.610080.39
HexBDFF9B1A0270646450
Octal275377233320470144144120
Binary1011110111111111100110111101001001110110010011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFF9B; }

 p { color: rgb(189,255,155); }

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

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

 a { background-color: rgb(189,255,155); }

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

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

 span { border-color: rgb(189,255,155); }

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