#BCF198

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

Shades of Madang #BCF198

Tints of Madang #BCF198

Color information

#BCF198 (or 0xBCF198) is unknown color: approx Madang. HEX triplet: BC, F1 and 98. RGB value is (188,241,152). Sum of RGB (Red+Green+Blue) = 188+241+152=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 241 (94.53% from 255 or 41.48% from 581); Blue value is 152 (59.77% from 255 or 26.16% from 581); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF198 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF198 is #430E67. Grayscale: #D7D7D7. Windows color (decimal): -4394600 or 10023356. OLE color: 10023356.

HSL color Cylindrical-coordinate representation of color #BCF198: hue angle of 95.73º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCF198 is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB188241152-
CMYK0.2200.370.05
HSL95.73º76.07%77.06%-
HSV(B)95.73º36.93%94.51%-
XYZ57.8675.8741.3-
YUV215.0192.44108.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.36%
GREEN value IS 241 (94.53% from 255) = 41.48%
BLUE value IS 152 (59.77% from 255) = 26.16%
R=32.36%
G=41.48%
B=26.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882411520.2200.370.0595.7376.0777.06
HexBCF198160255604c4d
Octal274361230260455140114115
Binary101111001111000110011000101100100101101110000010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF198; }

 p { color: rgb(188,241,152); }

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

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

 a { background-color: rgb(188,241,152); }

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

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

 span { border-color: rgb(188,241,152); }

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