#BDE69E

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

Shades of Madang #BDE69E

Tints of Madang #BDE69E

Color information

#BDE69E (or 0xBDE69E) is unknown color: approx Madang. HEX triplet: BD, E6 and 9E. RGB value is (189,230,158). Sum of RGB (Red+Green+Blue) = 189+230+158=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 230 (90.23% from 255 or 39.86% from 577); Blue value is 158 (62.11% from 255 or 27.38% from 577); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE69E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE69E is #421961. Grayscale: #D1D1D1. Windows color (decimal): -4331874 or 10413757. OLE color: 10413757.

HSL color Cylindrical-coordinate representation of color #BDE69E: hue angle of 94.17º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDE69E is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB189230158-
CMYK0.1800.310.10
HSL94.17º59.02%76.08%-
HSV(B)94.17º31.3%90.2%-
XYZ55.4569.8842.91-
YUV209.5398.92113.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.76%
GREEN value IS 230 (90.23% from 255) = 39.86%
BLUE value IS 158 (62.11% from 255) = 27.38%
R=32.76%
G=39.86%
B=27.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1892301580.1800.310.1094.1759.0276.08
HexBDE69E1201FA5e3b4c
Octal275346236220371213673114
Binary10111101111001101001111010010011111101010111101110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE69E; }

 p { color: rgb(189,230,158); }

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

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

 a { background-color: rgb(189,230,158); }

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

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

 span { border-color: rgb(189,230,158); }

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