#BCF697

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

Shades of Madang #BCF697

Tints of Madang #BCF697

Color information

#BCF697 (or 0xBCF697) is unknown color: approx Madang. HEX triplet: BC, F6 and 97. RGB value is (188,246,151). Sum of RGB (Red+Green+Blue) = 188+246+151=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 246 (96.48% from 255 or 42.05% from 585); Blue value is 151 (59.38% from 255 or 25.81% from 585); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF697 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF697 is #430968. Grayscale: #DADADA. Windows color (decimal): -4393321 or 9959100. OLE color: 9959100.

HSL color Cylindrical-coordinate representation of color #BCF697: hue angle of 96.63º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCF697 is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB188246151-
CMYK0.2400.390.04
HSL96.63º84.07%77.84%-
HSV(B)96.63º38.62%96.47%-
XYZ59.2878.8441.37-
YUV217.8390.28106.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.14%
GREEN value IS 246 (96.48% from 255) = 42.05%
BLUE value IS 151 (59.38% from 255) = 25.81%
R=32.14%
G=42.05%
B=25.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882461510.2400.390.0496.6384.0777.84
HexBCF69718027461544e
Octal274366227300474141124116
Binary101111001111011010010111110000100111100110000110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF697; }

 p { color: rgb(188,246,151); }

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

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

 a { background-color: rgb(188,246,151); }

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

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

 span { border-color: rgb(188,246,151); }

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