#BCF69A

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

Shades of Madang #BCF69A

Tints of Madang #BCF69A

Color information

#BCF69A (or 0xBCF69A) is unknown color: approx Madang. HEX triplet: BC, F6 and 9A. RGB value is (188,246,154). Sum of RGB (Red+Green+Blue) = 188+246+154=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 246 (96.48% from 255 or 41.84% from 588); Blue value is 154 (60.55% from 255 or 26.19% from 588); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF69A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF69A is #430965. Grayscale: #DADADA. Windows color (decimal): -4393318 or 10155708. OLE color: 10155708.

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

Color convert

RGB188246154-
CMYK0.2400.370.04
HSL97.83º83.64%78.43%-
HSV(B)97.83º37.4%96.47%-
XYZ59.5378.9442.67-
YUV218.1791.78106.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.97%
GREEN value IS 246 (96.48% from 255) = 41.84%
BLUE value IS 154 (60.55% from 255) = 26.19%
R=31.97%
G=41.84%
B=26.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882461540.2400.370.0497.8383.6478.43
HexBCF69A18025462544e
Octal274366232300454142124116
Binary101111001111011010011010110000100101100110001010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF69A; }

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

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

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

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

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

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

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

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