#bce696

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

Shades of Madang #BCE696

Tints of Madang #BCE696

Color information

#BCE696 (or 0xBCE696) is unknown color: approx Madang. HEX triplet: BC, E6 and 96. RGB value is (188,230,150). Sum of RGB (Red+Green+Blue) = 188+230+150=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 230 (90.23% from 255 or 40.49% from 568); Blue value is 150 (58.98% from 255 or 26.41% from 568); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE696 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCE696 is #431969. Grayscale: #D0D0D0. Windows color (decimal): -4397418 or 9889468. OLE color: 9889468.

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

Color convert

RGB188230150-
CMYK0.1800.350.10
HSL91.5º61.54%74.51%-
HSV(B)91.5º34.78%90.2%-
XYZ54.5469.4939.39-
YUV208.3295.09113.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.10%
GREEN value IS 230 (90.23% from 255) = 40.49%
BLUE value IS 150 (58.98% from 255) = 26.41%
R=33.10%
G=40.49%
B=26.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1882301500.1800.350.1091.561.5474.51
HexBCE69612023A5c3e4b
Octal274346226220431213476113
Binary101111001110011010010110100100100011101010111001111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bce696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bce696; }

 p { color: rgb(188,230,150); }

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

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

 a { background-color: rgb(188,230,150); }

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

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

 span { border-color: rgb(188,230,150); }

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