#BDF09C

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

Shades of Madang #BDF09C

Tints of Madang #BDF09C

Color information

#BDF09C (or 0xBDF09C) is unknown color: approx Madang. HEX triplet: BD, F0 and 9C. RGB value is (189,240,156). Sum of RGB (Red+Green+Blue) = 189+240+156=585 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.31% from 585); Green value is 240 (94.14% from 255 or 41.03% from 585); Blue value is 156 (61.33% from 255 or 26.67% from 585); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF09C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF09C is #420F63. Grayscale: #D7D7D7. Windows color (decimal): -4329316 or 10285245. OLE color: 10285245.

HSL color Cylindrical-coordinate representation of color #BDF09C: hue angle of 96.43º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDF09C is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB189240156-
CMYK0.2100.350.06
HSL96.43º73.68%77.65%-
HSV(B)96.43º35%94.12%-
XYZ58.1575.5442.97-
YUV215.1894.6109.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.31%
GREEN value IS 240 (94.14% from 255) = 41.03%
BLUE value IS 156 (61.33% from 255) = 26.67%
R=32.31%
G=41.03%
B=26.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1892401560.2100.350.0696.4373.6877.65
HexBDF09C150236604a4e
Octal275360234250436140112116
Binary101111011111000010011100101010100011110110000010010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF09C; }

 p { color: rgb(189,240,156); }

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

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

 a { background-color: rgb(189,240,156); }

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

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

 span { border-color: rgb(189,240,156); }

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